code wiki / (root) / nx_esign_eidas_gate.nx

nx_esign_eidas_gate.nx

buildroot/runtime/nx_esign_eidas_gate.nx

6079 B123 linesdepth 8pulls 13 transitivereach 0 importersview sourcekind gate/prooftopic esign
docsdependenciesstructsconstsfunctions

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

nx_esign_lib.nx nx_esign_eidas_gate.nx

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

main sys_now_us sys_mmap sys_clock_gettime_mono zz_pfx mt_catcopy mt_catn zz_puts zz_ck zz_puts ↻ zz_putn es_eidas_tier es_tier_pure es_aes_pure es_is1 es_is1 ↻ es_yes es_get es_key mt_catcopy ↻ reg_get reg_key reg_cat ss_get sys_mmap ↻ ss_scan mt_field mt_r32 mt_streq es_admissible es_admissible_pure es_eidas_tier ↻ es_tier_label mt_catcopy ↻ zz_cks zz_puts ↻ es_audit_missing es_audit_missing_pure es_is1 ↻ es_yes ↻

structs

none

consts

none

functions

13func 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 }
called by 3: zz_ckzz_cksmain
14func zz_putn(v: i64) -> i64
called by 2: zz_ckmain
28func zz_ck(cnt: *i64, name: *u8, got: i64, want: i64) -> i64
called by 1: main calls 2: zz_putszz_putn
39func zz_cks(cnt: *i64, name: *u8, got: *u8, want: *u8) -> i64
called by 1: main calls 1: zz_puts
50func zz_pfx(tag: *u8, nonce: i64, out: *u8) -> i64
called by 1: main calls 2: mt_catcopymt_catn
60func main(argc: i64, argv: *i64) -> i64