func crypto/elliptic.P521
15 uses
crypto/elliptic (current package)
elliptic.go#L456: func P521() Curve {
crypto/tls
auth.go#L197: case elliptic.P521():
auth.go#L273: case elliptic.P521():
common.go#L1161: case elliptic.P521():
key_schedule.go#L146: return elliptic.P521(), true
crypto/x509
x509.go#L503: return elliptic.P521()
x509.go#L516: case elliptic.P521():
x509.go#L2034: case elliptic.P521():
golang.org/x/crypto/openpgp/packet
public_key.go#L90: c = elliptic.P521()
public_key.go#L240: case elliptic.P521():
golang.org/x/crypto/ssh
kex.go#L409: kexAlgoMap[kexAlgoECDH521] = &ecdh{elliptic.P521()}
keys.go#L603: return curve == elliptic.P256() || curve == elliptic.P384() || curve == elliptic.P521()
keys.go#L639: key.Curve = elliptic.P521()
keys.go#L1413: curve = elliptic.P521()
golang.org/x/crypto/ssh/agent
server.go#L314: priv.Curve = elliptic.P521()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |