nx_esign_eidas_gate.nx
buildroot/runtime/nx_esign_eidas_gate.nx
about
nx_esign_eidas_gate.nx -- INDEPENDENT GATE: the eIDAS SES/AES/QES ladder + the Certificate of Completion.
THE TOOTH THIS EXISTS FOR: Art 25(1) makes every real tier ADMISSIBLE, but Art 25(2) grants
equivalence to a HANDWRITTEN signature to QES alone. Widening that to AES is the most expensive
mistake in e-signature deployments, so the two predicates are proven separate at every rung.
Also: dropping either the QSCD or the qualified certificate demotes QES back to AES.
WRITE BUDGET (debt 1785519597): reg_put costs ~678ms and reg_get ~70us, so this gate upgrades ONE
signature a property at a time -- 13 writes total, with unlimited free assertions between them.
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_esign_lib.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
| 13 | func zz_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func zz_putn(v: i64) -> i64 |
| 28 | func zz_ck(cnt: *i64, name: *u8, got: i64, want: i64) -> i64 |
| 39 | func zz_cks(cnt: *i64, name: *u8, got: *u8, want: *u8) -> i64 |
| 50 | func zz_pfx(tag: *u8, nonce: i64, out: *u8) -> i64 |
| 60 | func main(argc: i64, argv: *i64) -> i64 |