code wiki / (root) / nx_sovereign_qed_audit.nx

nx_sovereign_qed_audit.nx

buildroot/runtime/nx_sovereign_qed_audit.nx

10472 B221 linesdepth 5pulls 8 transitivereach 0 importersview sourcekind tooltopic sovereign
docsdependenciesstructsconstsfunctions

about

nx_sovereign_qed_audit.nx -- substrate-side self-audit of NishiLang's sovereign-QED-at-layer-zero status. Per user 2026-05-14: "i want nishilang to be an entirely sovereing self sufficient growing additive complete qed on the layer zero and more". Audits 6 properties + emits per-property verdict: 1. SOVEREIGN -- no external license obligations on corpus 2. SELF-SUFFICIENT -- substrate-internal verification + bootstrap 3. GROWING-ADDITIVE -- corpus strictly grows; never deletes 4. COMPLETE-QED -- all Wiedijk 1994/2007 requirements met 5. LAYER-ZERO -- bootstraps from binary up, no f64/external dep 6. BEYOND-WIEDIJK -- the 5 dimensions Wiedijk did not anticipate

dependencies 7 imports · 0 importers

nx_syscalls.nx nx_runtime.nx nx_tier.nx nx_str.nx nx_provenance.nx nx_patent_check.nx nx_ontology.nx nx_sovereign_qed_audit.nx

imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_str.nxnx_provenance.nxnx_patent_check.nxnx_ontology.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap println sys_write strlen sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close nx_sqa_contains nx_sqa_report print sys_write ↻ strlen ↻ println ↻ nx_sqa_count sys_mmap ↻ sys_read_file ↻ print ↻ print_i64 sys_mmap ↻ itoa sys_mmap ↻ sys_write ↻

structs

none

consts

29const K_MAGIC_100000: i64 = 100000

functions

32func nx_sqa_count(path: *u8) -> nx_int
called by 1: main calls 2: sys_mmapsys_read_file
59func nx_sqa_contains(buf: *u8, n: nx_int, pat: *u8, pat_len: nx_int) -> nx_int
called by 1: main
74func nx_sqa_report(axis: *u8, status: nx_int, detail: *u8,
called by 1: main calls 2: printprintln
91func main() -> nx_exit