func crypto/internal/fips140/nistec.NewP256Point
7 uses
crypto/internal/fips140/nistec (current package)
p256_asm.go#L48: func NewP256Point() *P256Point {
p256_asm.go#L88: return p.Set(NewP256Point()), nil
p256_asm.go#L661: p256MovCond(p, p, NewP256Point(), zero)
crypto/internal/fips140/ecdh
ecdh.go#L90: newPoint: nistec.NewP256Point,
crypto/internal/fips140/ecdsa
ecdsa.go#L106: newPoint: nistec.NewP256Point,
crypto/ecdsa
ecdsa.go#L251: return parseRawPrivateKey(ecdsa.P256(), nistec.NewP256Point, curve, data)
crypto/elliptic
nistec.go#L31: newPoint: nistec.NewP256Point,
 |
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. |