func crypto/internal/fips140/ecdh.P256
6 uses
crypto/internal/fips140/ecdh (current package)
cast.go#L43: got, err := ecdh(P256(), k, peer)
ecdh.go#L87: func P256() *Curve[*nistec.P256Point] {
crypto/ecdh
nist.go#L170: return ecdh.GenerateKey(ecdh.P256(), r)
nist.go#L173: return ecdh.NewPrivateKey(ecdh.P256(), b)
nist.go#L176: return ecdh.NewPublicKey(ecdh.P256(), publicKey)
nist.go#L179: return ecdh.ECDH(ecdh.P256(), 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. |