crypto/elliptic.CurveParams.ScalarMult (method)

2 uses

	crypto/elliptic (current package)
		elliptic.go#L260: func (curve *CurveParams) ScalarMult(Bx, By *big.Int, k []byte) (*big.Int, *big.Int) {
		elliptic.go#L278: 	return curve.ScalarMult(curve.Gx, curve.Gy, k)