pub fn ext_base_op_par<PE, F, Func>(
lhs: &mut [PE],
rhs: &[PE::PackedSubfield],
op: Func,
) -> Result<(), Error>
Expand description
A multithreaded version of the funcion directly above, use for long arrays on the prover side
pub fn ext_base_op_par<PE, F, Func>(
lhs: &mut [PE],
rhs: &[PE::PackedSubfield],
op: Func,
) -> Result<(), Error>
A multithreaded version of the funcion directly above, use for long arrays on the prover side