func crypto/mlkem.NewEncapsulationKey768
6 uses
crypto/mlkem (current package)
mlkem.go#L106: func NewEncapsulationKey768(encapsulationKey []byte) (*EncapsulationKey768, error) {
crypto/hpke
pq.go#L32: return mlkem.NewEncapsulationKey768(data)
pq.go#L56: return mlkem.NewEncapsulationKey768(data)
pq.go#L364: return mlkem.NewEncapsulationKey768(data)
crypto/tls
key_schedule.go#L84: return mlkem.NewEncapsulationKey768(b)
github.com/refraction-networking/utls
handshake_server_tls13.go#L279: k, err := mlkem.NewEncapsulationKey768(clientKeyShare.data[:mlkem.EncapsulationKeySize768])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |