ark_ec::scalar_mul

Function sw_double_and_add_affine

Source
pub fn sw_double_and_add_affine<P: SWCurveConfig>(
    base: &Affine<P>,
    scalar: impl AsRef<[u64]>,
) -> Projective<P>
Expand description

Standard double-and-add method for multiplication by a scalar.