crypto/internal/fips140/mlkem.DecapsulationKey768.Decapsulate (method)

4 uses

	crypto/internal/fips140/mlkem (current package)
		cast.go#L44: 		Kd, err := dk.Decapsulate(c)
		mlkem768.go#L326: 	K1, err := dk.Decapsulate(c)
		mlkem768.go#L462: func (dk *DecapsulationKey768) Decapsulate(ciphertext []byte) (sharedKey []byte, err error) {

	crypto/tls
		handshake_client_tls13.go#L500: 		mlkemShared, err := hs.keyShareKeys.mlkem.Decapsulate(ciphertext)