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

10 uses

	crypto/elliptic/internal/nistec (current package)
		p224.go#L197: func (q *P224Point) Double(p *P224Point) *P224Point {
		p224.go#L269: 		p.Double(p)
		p224.go#L270: 		p.Double(p)
		p224.go#L271: 		p.Double(p)
		p224.go#L272: 		p.Double(p)
		p224.go#L280: 		p.Double(p)
		p224.go#L281: 		p.Double(p)
		p224.go#L282: 		p.Double(p)
		p224.go#L283: 		p.Double(p)

	crypto/elliptic
		p224.go#L125: 	return p224PointToAffine(p.Double(p))