pub fn rsa_structural_audit(n: &BigInt) -> RsaStrengthExpand description
Audit an RSA modulus with the full structural factoring arsenal (see crate::factor):
return a certified factorization if any structural weakness exists, else the soundness verdict — the
number-theoretic incompressible residue. Uses the default triage budget.