const crypto/mlkem.EncapsulationKeySize768
8 uses
crypto/mlkem (current package)
mlkem.go#L30: EncapsulationKeySize768 = 1184
crypto/hpke
pq.go#L28: pqEncapsKeySize: mlkem.EncapsulationKeySize768,
pq.go#L52: pqEncapsKeySize: mlkem.EncapsulationKeySize768,
crypto/tls
key_schedule.go#L100: 32, mlkem.EncapsulationKeySize768, mlkem.CiphertextSize768,
key_schedule.go#L104: 65, mlkem.EncapsulationKeySize768, mlkem.CiphertextSize768,
github.com/refraction-networking/utls
handshake_server_tls13.go#L252: if len(ecdhData) != mlkem.EncapsulationKeySize768+x25519PublicKeySize {
handshake_server_tls13.go#L256: ecdhData = ecdhData[mlkem.EncapsulationKeySize768:]
handshake_server_tls13.go#L279: k, err := mlkem.NewEncapsulationKey768(clientKeyShare.data[:mlkem.EncapsulationKeySize768])
![]() |
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. |