pub fn sum_of_products(
    points: &[G1Projective],
    scalars: &mut [Scalar]
) -> G1Projective
Expand description

Compute multi-exponeniation which for elliptic curves is the sum of products using Pippenger’s method