[][src]Function secp256kfun::op::scalar_mul_point

pub fn scalar_mul_point<Z1, S1, T2, S2, Z2>(
    x: &Scalar<S1, Z1>,
    P: &Point<T2, S2, Z2>
) -> Point<Jacobian, Public, Z1::Out> where
    Z1: DecideZero<Z2>, 

Computes multiplies the point P by the scalar x.