crypto.Decapsulator.Decapsulate (method)
4 uses
crypto (current package)
crypto.go#L263: Decapsulate(ciphertext []byte) (sharedKey []byte, err error)
crypto/hpke
pq.go#L338: ssPQ, err := k.pq.Decapsulate(ctPQ)
pq.go#L539: return k.pq.Decapsulate(enc)
crypto/tls
key_schedule.go#L262: mlkemSharedSecret, err := priv.mlkem.Decapsulate(mlkemShareData)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)