Function lambdaworks_math::msm::pippenger::parallel_msm_with
source · pub fn parallel_msm_with<const NUM_LIMBS: usize, G>(
cs: &[UnsignedInteger<NUM_LIMBS>],
points: &[G],
window_size: usize
) -> Gwhere
G: IsGroup + Send + Sync,