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

10 uses

	crypto/elliptic/internal/nistec (current package)
		p384.go#L202: func (q *P384Point) Double(p *P384Point) *P384Point {
		p384.go#L274: 		p.Double(p)
		p384.go#L275: 		p.Double(p)
		p384.go#L276: 		p.Double(p)
		p384.go#L277: 		p.Double(p)
		p384.go#L285: 		p.Double(p)
		p384.go#L286: 		p.Double(p)
		p384.go#L287: 		p.Double(p)
		p384.go#L288: 		p.Double(p)

	crypto/elliptic
		p384.go#L130: 	return p384PointToAffine(p.Double(p))