crypto/ecdsa.combinedMult.CombinedMult (method)

2 uses

	crypto/ecdsa (current package)
		ecdsa.go#L52: 	CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int)
		ecdsa.go#L323: 		x, y = opt.CombinedMult(pub.X, pub.Y, u1.Bytes(), u2.Bytes())