func crypto/internal/fips140/ecdh.ECDH
4 uses
crypto/internal/fips140/ecdh (current package)
ecdh.go#L234: func ECDH[P Point[P]](c *Curve[P], k *PrivateKey, peer *PublicKey) ([]byte, error) {
crypto/ecdh
nist.go#L176: return ecdh.ECDH(ecdh.P256(), priv, pub)
nist.go#L199: return ecdh.ECDH(ecdh.P384(), priv, pub)
nist.go#L222: return ecdh.ECDH(ecdh.P521(), priv, pub)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)