func crypto/internal/fips140/ecdh.P384
5 uses
crypto/internal/fips140/ecdh (current package)
ecdh.go#L102: func P384() *Curve[*nistec.P384Point] {
crypto/ecdh
nist.go#L190: return ecdh.GenerateKey(ecdh.P384(), r)
nist.go#L193: return ecdh.NewPrivateKey(ecdh.P384(), b)
nist.go#L196: return ecdh.NewPublicKey(ecdh.P384(), publicKey)
nist.go#L199: return ecdh.ECDH(ecdh.P384(), priv, pub)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)