nx_esign_gate.nx
buildroot/runtime/nx_esign_gate.nx
about
nx_esign_gate.nx -- INDEPENDENT GATE: the ESIGN/UETA four-element test (core teeth).
Proves the two things that decide enforceability: (1) the test is ALL-OR-NOTHING -- three of four is
VOID, and the fourth element is what flips it; (2) the ESIGN 101(c) CONSUMER OVERLAY is independent --
a consumer signature with a PERFECT 4/4 base test is still unenforceable without the disclosures.
WRITE BUDGET (debt 1785519597): reg_put is disk-bound at ~0.7s+ and degrades under NAS I/O contention,
while reg_get is ~70us. This gate therefore upgrades ONE signature and spends exactly FIVE writes,
with unlimited free assertions between them. Wider coverage lives in sibling gates
(nx_esign_eidas_gate) rather than being crammed here past the execution budget.
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
| 14 | 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 } |
| 15 | func zz_putn(v: i64) -> i64 |
| 29 | func zz_ck(cnt: *i64, name: *u8, got: i64, want: i64) -> i64 |
| 40 | func zz_cks(cnt: *i64, name: *u8, got: *u8, want: *u8) -> i64 calls 1: zz_puts |
| 51 | func zz_pfx(tag: *u8, nonce: i64, out: *u8) -> i64 |
| 62 | func main(argc: i64, argv: *i64) -> i64 |