func crypto/internal/fips140/ecdh.ECDH

4 uses

	crypto/internal/fips140/ecdh (current package)
		ecdh.go#L233: func ECDH[P Point[P]](c *Curve[P], k *PrivateKey, peer *PublicKey) ([]byte, error) {

	crypto/ecdh
		nist.go#L179: 		return ecdh.ECDH(ecdh.P256(), priv, pub)
		nist.go#L202: 		return ecdh.ECDH(ecdh.P384(), priv, pub)
		nist.go#L225: 		return ecdh.ECDH(ecdh.P521(), priv, pub)