crypto/internal/fips140/mlkem.EncapsulationKey768.Encapsulate (method)

3 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem768.go#L325: 	K, c := ek.Encapsulate()
		mlkem768.go#L340: func (ek *EncapsulationKey768) Encapsulate() (sharedKey, ciphertext []byte) {

	crypto/tls
		handshake_server_tls13.go#L283: 		mlkemSharedSecret, ciphertext := k.Encapsulate()