crypto/mlkem.DecapsulationKey768.EncapsulationKey (method)
5 uses
crypto/mlkem (current package)
mlkem.go#L84: func (dk *DecapsulationKey768) EncapsulationKey() *EncapsulationKey768 {
mlkem.go#L93: return dk.EncapsulationKey()
github.com/refraction-networking/utls
handshake_client.go#L179: mlkemEncapsulationKey := keyShareKeys.mlkem.EncapsulationKey().Bytes()
u_parrots.go#L2902: ext.KeyShares[i].Data = append(ecdheKey.PublicKey().Bytes(), mlkemKey.EncapsulationKey().Bytes()...)
u_parrots.go#L2904: ext.KeyShares[i].Data = append(mlkemKey.EncapsulationKey().Bytes(), ecdheKey.PublicKey().Bytes()...)
![]() |
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. |