Searched refs:mod_inv (Results 1 – 1 of 1) sorted by relevance
182 fn mod_inv(x: &BigInt, m: &BigInt) -> Option<BigInt> { in mod_inv() function293 let inv_z = mod_inv(z, p).unwrap(); in to_affine()