const github.com/refraction-networking/utls.X25519MLKEM768
18 uses
github.com/refraction-networking/utls (current package)
common.go#L154: X25519MLKEM768 CurveID = 4588
common.go#L158: return curve == X25519MLKEM768
common.go#L162: return curve == X25519MLKEM768
common_string.go#L74: _ = x[X25519MLKEM768-4588]
defaults.go#L26: return []CurveID{X25519MLKEM768, X25519, CurveP256, CurveP384, CurveP521}
handshake_client.go#L166: if curveID == X25519MLKEM768 {
handshake_client.go#L182: {group: X25519MLKEM768, data: append(mlkemEncapsulationKey, x25519EphemeralKey...)},
handshake_client_tls13.go#L586: if hs.serverHello.serverShare.group == X25519MLKEM768 {
handshake_client_tls13.go#L607: if hs.serverHello.serverShare.group == X25519MLKEM768 {
handshake_server_tls13.go#L250: if selectedGroup == X25519MLKEM768 {
handshake_server_tls13.go#L278: if selectedGroup == X25519MLKEM768 {
u_parrots.go#L841: X25519MLKEM768,
u_parrots.go#L865: {Group: X25519MLKEM768},
u_parrots.go#L914: X25519MLKEM768,
u_parrots.go#L938: {Group: X25519MLKEM768},
u_parrots.go#L2887: if curveID == X25519MLKEM768 || curveID == X25519Kyber768Draft00 {
u_parrots.go#L3058: curveIDs = append(curveIDs, X25519MLKEM768)
u_parrots.go#L3118: ks.KeyShares = append([]KeyShare{{Group: X25519MLKEM768}}, ks.KeyShares...)
 |
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. |