[][src]Function libsecp256k1_gen_genmult::inv_all_var

pub fn inv_all_var(fields: &[Field]) -> Vec<Field>

Calculate the (modular) inverses of a batch of field elements. Requires the inputs' magnitudes to be at most 8. The output magnitudes are 1 (but not guaranteed to be normalized). The inputs and outputs must not overlap in memory.