const crypto/tls.X25519
9 uses
crypto/tls (current package)
common.go#L150: X25519 CurveID = 29
common_string.go#L73: _ = x[X25519-29]
defaults.go#L20: return []CurveID{X25519, CurveP256, CurveP384, CurveP521}
defaults.go#L23: return []CurveID{x25519Kyber768Draft00, X25519, CurveP256, CurveP384, CurveP521}
handshake_client.go#L153: keyShareKeys.ecdhe, err = generateECDHEKey(config.rand(), X25519)
handshake_client.go#L172: {group: X25519, data: keyShareKeys.ecdhe.PublicKey().Bytes()},
handshake_server_tls13.go#L225: ecdhGroup = X25519
key_schedule.go#L174: case X25519:
key_schedule.go#L190: return X25519, true
 |
The pages are generated with Golds v0.7.6. (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. |