crypto/elliptic.CurveParams.Name (field)
8 uses
crypto/elliptic (current package)
nistec.go#L19: Name: "P-224",
nistec.go#L36: Name: "P-256",
nistec.go#L53: Name: "P-384",
nistec.go#L75: Name: "P-521",
params.go#L21: Name string // the canonical name of the curve
crypto/ecdsa
ecdsa.go#L338: x, y, d, err := boring.GenerateKeyECDSA(c.Params().Name)
crypto/tls
auth.go#L295: return fmt.Errorf("tls: unsupported certificate curve (%s)", pub.Curve.Params().Name)
github.com/refraction-networking/utls
auth.go#L281: return fmt.Errorf("tls: unsupported certificate curve (%s)", pub.Curve.Params().Name)
![]() |
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. |