func crypto/internal/fips140/nistec.NewP521Point

28 uses

	crypto/internal/fips140/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/internal/fips140/ecdh
		ecdh.go#L122: 		newPoint: nistec.NewP521Point,

	crypto/internal/fips140/ecdsa
		ecdsa.go#L142: 		newPoint: nistec.NewP521Point,

	crypto/elliptic
		nistec.go#L74: 	newPoint: nistec.NewP521Point,