pub fn ext_base_op_par<PE, F, Func>(
lhs: &mut [PE],
rhs: &[PE::PackedSubfield],
op: Func,
)Expand description
A multithreaded version of the function directly above, use for long arrays on the prover side
ยงPreconditions
lhs.len()must equalrhs.len() * PE::Scalar::DEGREE.