func crypto/internal/nistec.NewP521Point
28 uses
crypto/internal/nistec (current package)
p521.go#L28: func NewP521Point() *P521Point {
p521.go#L60: return p.Set(NewP521Point()), nil
p521.go#L334: p.Set(NewP521Point())
p521.go#L345: var table = p521Table{NewP521Point(), NewP521Point(), NewP521Point(),
p521.go#L346: NewP521Point(), NewP521Point(), NewP521Point(), NewP521Point(),
p521.go#L347: NewP521Point(), NewP521Point(), NewP521Point(), NewP521Point(),
p521.go#L348: NewP521Point(), NewP521Point(), NewP521Point(), NewP521Point()}
p521.go#L357: t := NewP521Point()
p521.go#L358: p.Set(NewP521Point())
p521.go#L395: base := NewP521Point().SetGenerator()
p521.go#L397: p521GeneratorTable[i][0] = NewP521Point().Set(base)
p521.go#L399: p521GeneratorTable[i][j] = NewP521Point().Add(p521GeneratorTable[i][j-1], base)
p521.go#L424: t := NewP521Point()
p521.go#L425: p.Set(NewP521Point())
crypto/ecdh
nist.go#L263: newPoint: nistec.NewP521Point,
crypto/ecdsa
ecdsa.go#L656: newPoint: func() *nistec.P521Point { return nistec.NewP521Point() },
crypto/elliptic
nistec.go#L74: newPoint: nistec.NewP521Point,
|
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. |