mirror of
https://github.com/BillyOutlast/oboromi.git
synced 2026-07-01 19:54:43 -04:00
3f76709534
Byte 121 of the hardcoded private exponent was 0xF4 instead of 0xF3, breaking the RSA invariant e·d ≡ 1 (mod φ(n)). All sign-then-verify operations failed with InvalidPadding. Verified: e·d mod φ(n) = 1 via Python pow(e, -1, phi). 42/42 RSA tests pass. 4/4 bootrom_cpu_e2e tests pass.