Function halo2_proofs::arithmetic::small_multiexp  
source · [−]pub fn small_multiexp<C: CurveAffine>(
    coeffs: &[C::Scalar],
    bases: &[C]
) -> C::CurveExpand description
Performs a small multi-exponentiation operation. Uses the double-and-add algorithm with doublings shared across points.