func crypto/elliptic.P224
7 uses
crypto/elliptic (current package)
elliptic.go#L456: func P224() Curve {
p224.go#L70: p, err := nistec.NewP224Point().SetBytes(Marshal(P224(), x, y))
p224.go#L84: x, y = Unmarshal(P224(), out)
p224.go#L101: _, x, y, err := GenerateKey(P224(), rand.Reader)
crypto/x509
x509.go#L496: return elliptic.P224()
x509.go#L509: case elliptic.P224():
x509.go#L1374: case elliptic.P224(), elliptic.P256():
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)