nx_rsa4096_mont_gate.nx
buildroot/runtime/nx_rsa4096_mont_gate.nx
about
nx_rsa4096_mont_gate.nx -- correctness KAT: the new Montgomery rsa4096_mod_exp_mont MUST equal the
trusted bit-by-bit rsa4096_mod_exp byte-for-byte on s^65537 mod n. This is what makes wiring the fast
path SAFE-BY-GATE (a wrong Montgomery goes RED, never a silent cert-validation bug). Mirrors
nx_rsa2048_mont_gate. license_tier: INDEPENDENT_REDERIVE
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_u4096.nxnx_rsa4096_mod_exp.nxnx_rsa4096_mont.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func g_p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func main() -> i64 |