pub fn sw_double_and_add_projective<P>(
base: &Projective<P>,
scalar: impl AsRef<[u64]>,
) -> Projective<P>where
P: SWCurveConfig,
Expand description
Standard double-and-add method for multiplication by a scalar.
pub fn sw_double_and_add_projective<P>(
base: &Projective<P>,
scalar: impl AsRef<[u64]>,
) -> Projective<P>where
P: SWCurveConfig,
Standard double-and-add method for multiplication by a scalar.