type crypto/ecdh.Curve
21 uses
crypto/ecdh (current package)
ecdh.go#L18: type Curve interface {
ecdh.go#L61: curve Curve
ecdh.go#L91: func (k *PublicKey) Curve() Curve {
ecdh.go#L101: Curve() Curve
ecdh.go#L113: curve Curve
ecdh.go#L162: func (k *PrivateKey) Curve() Curve {
nist.go#L165: func P256() Curve { return p256 }
nist.go#L188: func P384() Curve { return p384 }
nist.go#L211: func P521() Curve { return p521 }
x25519.go#L27: func X25519() Curve { return x25519 }
crypto/ecdsa
ecdsa.go#L197: func curveToECDH(c elliptic.Curve) ecdh.Curve {
crypto/hpke
kem.go#L111: curve ecdh.Curve
kem.go#L147: func DHKEM(curve ecdh.Curve) KEM {
pq.go#L94: curve ecdh.Curve
crypto/tls
key_agreement.go#L390: func curveForCurveID(id CurveID) (ecdh.Curve, bool) {
key_schedule.go#L117: curve ecdh.Curve
crypto/x509
x509.go#L566: func oidFromECDHCurve(curve ecdh.Curve) (asn1.ObjectIdentifier, bool) {
github.com/refraction-networking/utls
key_schedule.go#L73: func curveForCurveID(id CurveID) (ecdh.Curve, bool) {
key_schedule.go#L88: func curveIDForCurve(curve ecdh.Curve) (CurveID, bool) {
github.com/refraction-networking/utls/internal/hpke
hpke.go#L50: dh ecdh.Curve
hpke.go#L62: curve ecdh.Curve
![]() |
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. |