func crypto/internal/fips140/mlkem.NewEncapsulationKey768

3 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem768.go#L241: 	ek, err := NewEncapsulationKey768(b[:EncapsulationKeySize768])
		mlkem768.go#L377: func NewEncapsulationKey768(encapsulationKey []byte) (*EncapsulationKey768, error) {

	crypto/tls
		handshake_server_tls13.go#L278: 		k, err := mlkem.NewEncapsulationKey768(clientKeyShare.data[:mlkem.EncapsulationKeySize768])