func crypto/internal/fips140/ecdsa.P521
9 uses
crypto/internal/fips140/ecdsa (current package)
ecdsa.go#L138: func P521() *Curve[*nistec.P521Point] { return _P521() }
crypto/ecdsa
ecdsa.go#L119: return parseUncompressedPublicKey(ecdsa.P521(), curve, data)
ecdsa.go#L153: return publicKeyBytes(ecdsa.P521(), pub)
ecdsa.go#L255: return parseRawPrivateKey(ecdsa.P521(), nistec.NewP521Point, curve, data)
ecdsa.go#L294: return privateKeyBytes(ecdsa.P521(), priv)
ecdsa.go#L356: return generateFIPS(c, ecdsa.P521(), r)
ecdsa.go#L402: return signFIPS(ecdsa.P521(), priv, r, hash)
ecdsa.go#L442: return signFIPSDeterministic(ecdsa.P521(), h, priv, hash)
ecdsa.go#L514: return verifyFIPS(ecdsa.P521(), pub, hash, sig)
 |
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. |