pub fn batch_invert_and_mul<F: PrimeField>(values: &mut [F], coeff: &F)
Expand description
Batch invert PrimeField
elements and multiply all with given coefficient.
pub fn batch_invert_and_mul<F: PrimeField>(values: &mut [F], coeff: &F)
Batch invert PrimeField
elements and multiply all with given coefficient.