Function halo2_proofs::arithmetic::best_multiexp  
source · [−]pub fn best_multiexp<C: CurveAffine>(
    coeffs: &[C::Scalar],
    bases: &[C]
) -> C::CurveExpand description
Performs a multi-exponentiation operation.
This function will panic if coeffs and bases have a different length.
This will use multithreading if beneficial.