func crypto/internal/nistec.NewP256Point
6 uses
crypto/internal/nistec (current package)
p256_asm.go#L49: func NewP256Point() *P256Point {
p256_asm.go#L89: return p.Set(NewP256Point()), nil
p256_asm.go#L648: p256MovCond(p, p, NewP256Point(), zero)
crypto/ecdh
nist.go#L223: newPoint: nistec.NewP256Point,
crypto/ecdsa
ecdsa.go#L630: newPoint: func() *nistec.P256Point { return nistec.NewP256Point() },
crypto/elliptic
nistec.go#L35: newPoint: nistec.NewP256Point,
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |