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) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |