mod_inv

Function mod_inv 

Source
pub fn mod_inv(a: usize, m: usize) -> usize
Expand description

Returns b that satisfies a * b = 0 (mod m)