crypto/elliptic.CurveParams.Name (field)
6 uses
crypto/elliptic (current package)
elliptic.go#L51: Name string // the canonical name of the curve
elliptic.go#L404: p384 = &CurveParams{Name: "P-384"}
elliptic.go#L415: p521 = &CurveParams{Name: "P-521"}
p224.go#L25: p224.CurveParams = &CurveParams{Name: "P-224"}
p256_asm.go#L40: p256.CurveParams = &CurveParams{Name: "P-256"}
crypto/tls
auth.go#L275: return fmt.Errorf("tls: unsupported certificate curve (%s)", pub.Curve.Params().Name)
![]() |
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. |