const crypto/mlkem.CiphertextSize768
10 uses
crypto/mlkem (current package)
mlkem.go#L27: CiphertextSize768 = 1088
crypto/hpke
pq.go#L29: pqCiphertextSize: mlkem.CiphertextSize768,
pq.go#L53: pqCiphertextSize: mlkem.CiphertextSize768,
pq.go#L362: ciphertextSize: mlkem.CiphertextSize768,
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_client_tls13.go#L587: if len(ecdhePeerData) != mlkem.CiphertextSize768+x25519PublicKeySize {
handshake_client_tls13.go#L591: ecdhePeerData = hs.serverHello.serverShare.data[mlkem.CiphertextSize768:]
handshake_client_tls13.go#L595: if len(ecdhePeerData) != x25519PublicKeySize+mlkem.CiphertextSize768 {
handshake_client_tls13.go#L619: ciphertext := hs.serverHello.serverShare.data[:mlkem.CiphertextSize768]
![]() |
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. |