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)
![]() |
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. |