func crypto/elliptic/internal/nistec.NewP521Point

23 uses

	crypto/elliptic/internal/nistec (current package)
		p521.go#L28: var p521G, _ = NewP521Point().SetBytes([]byte{0x04,
		p521.go#L51: func NewP521Point() *P521Point {
		p521.go#L84: 		return p.Set(NewP521Point()), nil
		p521.go#L272: 		NewP521Point(), NewP521Point(), NewP521Point(), NewP521Point(),
		p521.go#L273: 		NewP521Point(), NewP521Point(), NewP521Point(), NewP521Point(),
		p521.go#L274: 		NewP521Point(), NewP521Point(), NewP521Point(), NewP521Point(),
		p521.go#L275: 		NewP521Point(), NewP521Point(), NewP521Point(), NewP521Point(),
		p521.go#L283: 	t := NewP521Point()
		p521.go#L284: 	p.Set(NewP521Point())

	crypto/elliptic
		p521.go#L72: 		return nistec.NewP521Point(), true
		p521.go#L80: 	p, err := nistec.NewP521Point().SetBytes(Marshal(P521(), x, y))