func crypto/internal/fips140/ecdsa.P384
9 uses
crypto/internal/fips140/ecdsa (current package)
ecdsa.go#L119: func P384() *Curve[*nistec.P384Point] { return _P384() }
crypto/ecdsa
ecdsa.go#L117: return parseUncompressedPublicKey(ecdsa.P384(), curve, data)
ecdsa.go#L151: return publicKeyBytes(ecdsa.P384(), pub)
ecdsa.go#L253: return parseRawPrivateKey(ecdsa.P384(), nistec.NewP384Point, curve, data)
ecdsa.go#L292: return privateKeyBytes(ecdsa.P384(), priv)
ecdsa.go#L354: return generateFIPS(c, ecdsa.P384(), r)
ecdsa.go#L400: return signFIPS(ecdsa.P384(), priv, r, hash)
ecdsa.go#L440: return signFIPSDeterministic(ecdsa.P384(), h, priv, hash)
ecdsa.go#L512: return verifyFIPS(ecdsa.P384(), 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. |