halo2curves::msm

Function msm_best

Source
pub fn msm_best<C: CurveAffine>(coeffs: &[C::Scalar], bases: &[C]) -> C::Curve
Expand description

This function will panic if coeffs and bases have a different length.

This will use multithreading if beneficial.