crypto/mlkem.EncapsulationKey768.Encapsulate (method, view implemented interface methods)

2 uses

	crypto/mlkem (current package)
		mlkem.go#L127: func (ek *EncapsulationKey768) Encapsulate() (sharedKey, ciphertext []byte) {

	github.com/refraction-networking/utls
		handshake_server_tls13.go#L284: 		mlkemSharedSecret, ciphertext := k.Encapsulate()