crypto/mlkem.DecapsulationKey768.Decapsulate (method, view implemented interface methods)

3 uses

	crypto/mlkem (current package)
		mlkem.go#L78: func (dk *DecapsulationKey768) Decapsulate(ciphertext []byte) (sharedKey []byte, err error) {

	github.com/refraction-networking/utls
		handshake_client_tls13.go#L620: 		mlkemShared, err := hs.keyShareKeys.mlkem.Decapsulate(ciphertext)
		u_key_schedule.go#L11: 	K, err := dk.Decapsulate(c)