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.
pub fn msm_best<C: CurveAffine>(coeffs: &[C::Scalar], bases: &[C]) -> C::Curve
This function will panic if coeffs and bases have a different length.
This will use multithreading if beneficial.