func crypto/mlkem.NewEncapsulationKey768

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