crypto/internal/fips140/mlkem.DecapsulationKey768.Decapsulate (method)
3 uses
crypto/internal/fips140/mlkem (current package)
mlkem768.go#L321: K1, err := dk.Decapsulate(c)
mlkem768.go#L460: func (dk *DecapsulationKey768) Decapsulate(ciphertext []byte) (sharedKey []byte, err error) {
crypto/mlkem
mlkem.go#L79: return dk.key.Decapsulate(ciphertext)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)