crypto/elliptic/internal/nistec.P521Point.Double (method)

10 uses

	crypto/elliptic/internal/nistec (current package)
		p521.go#L214: func (q *P521Point) Double(p *P521Point) *P521Point {
		p521.go#L286: 		p.Double(p)
		p521.go#L287: 		p.Double(p)
		p521.go#L288: 		p.Double(p)
		p521.go#L289: 		p.Double(p)
		p521.go#L297: 		p.Double(p)
		p521.go#L298: 		p.Double(p)
		p521.go#L299: 		p.Double(p)
		p521.go#L300: 		p.Double(p)

	crypto/elliptic
		p521.go#L135: 	return p521PointToAffine(p.Double(p))