Skip to main content

double_and_add_affine

Function double_and_add_affine 

Source
pub fn double_and_add_affine<P: AffineRepr>(
    base: &P,
    scalar: impl AsRef<[u64]>,
) -> P::Group
Expand description

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