pub fn mod_inv(a: &ExactInt, modulus: &ExactInt) -> Option<ExactInt>
Modular inverse of a modulo modulus. None if not invertible.
a
modulus
None