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])