[][src]Function secp256kfun::op::scalar_mul

pub fn scalar_mul<Z1, Z2, S1, S2>(
    x: &Scalar<S1, Z1>,
    y: &Scalar<S2, Z2>
) -> Scalar<Secret, Z1::Out> where
    Z1: DecideZero<Z2>, 

Multiplies two scalars together (modulo the curve order)