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)
![]() |
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. |