snark_verifier::util::arithmetic

Function batch_invert_and_mul

Source
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.