pub fn sw_double_and_add_affine<P>(
base: &Affine<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_affine<P>(
base: &Affine<P>,
scalar: impl AsRef<[u64]>,
) -> Projective<P>where
P: SWCurveConfig,
Standard double-and-add method for multiplication by a scalar.