Skip to main content

rsa_full_audit

Function rsa_full_audit 

Source
pub fn rsa_full_audit(n: &BigInt, e: &BigInt) -> RsaAuditVerdict
Expand description

Throw the entire arsenal at an RSA public key (N, e): the structural factoring suite (small factor / close primes / smooth p−1 / Pollard rho), Wiener’s small-exponent attack, and the compressibility classifier on the modulus bytes. This is the pre-release safety gate — if any of our own mathematics broke RSA, this is where it would surface. ResistsFullArsenal is the honest ceiling, not a security proof: we certify weakness whenever structure exists and can never certify its absence.