Currently the rsa crate from RustCrypto uses this forks BigUint so it can perform the needed operations when calculating values and the like. Due to this, yubikey-piv.rs is currently needing to import both this crate and the original, because some X509 certificates use BigUints as well.
Is there anything preventing the ModInverse trait and its functions from being upstreamed via a PR to num-traits?