crypto/ecdsa.PrivateKey.ScalarMult (method, view implemented interface methods)

3 uses

	crypto/ecdsa (current package)
		ecdsa_legacy.go#L156: 	x2, y2 := c.ScalarMult(pub.X, pub.Y, u2.Bytes())

	crypto/elliptic
		elliptic.go#L57: 	ScalarMult(x1, y1 *big.Int, k []byte) (x, y *big.Int)
		params.go#L291: 		return specific.ScalarMult(Bx, By, k)