crypto/elliptic.Curve.Add (method)

2 uses

	crypto/elliptic (current package)
		elliptic.go#L33: 	Add(x1, y1, x2, y2 *big.Int) (x, y *big.Int)

	crypto/ecdsa
		ecdsa.go#L327: 		x, y = c.Add(x1, y1, x2, y2)