Skip to main content

batch_inversion_allow_zeros

Function batch_inversion_allow_zeros 

Source
pub fn batch_inversion_allow_zeros(values: &mut [Goldilocks])
Expand description

Parallel batch inversion using Montgomery’s trick, with zeros left unchanged.

Processes chunks in parallel using rayon, each chunk using Montgomery’s trick.