crypto/elliptic.CurveParams.ScalarMult (method, view implemented interface methods)

2 uses

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