nx_crypto_sclass_rung_census.nx
buildroot/runtime/nx_crypto_sclass_rung_census.nx
about
nx_crypto_sclass_rung_census.nx -- hardware-up crypto/TLS s-class-EXCEED rung ladder (operator 2026-07-02: "from the
hardware rung up... provably faster, stronger security, more capable... no sprawl, loosely coupled, Linux small sharp").
DATA-DRIVEN + loosely-coupled: reads knowledge/registry/crypto_rung_sota.conf (our MEASURED ns/us/cpb/gbps vs DATED
June-2026 SOTA + security + sovereignty per rung) and grades the PROVABLE TRI-BAR per rung, no-wave. Grows by adding a
conf line + running the named bench. Speed graded ONLY when both our_measured>0 AND sota>0 (else PENDING = honest gap).
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| 9 | func gw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 10 | func gn(v: i64) -> i64 { if v==0 { sys_write(1,"0" as *u8,1); return 0 } var m: i64=v; if m<0 { sys_write(1,"-" as *u8,1); m=0-m } let t: *u8=sys_mmap(24); var k: i64=0; while m>0 { t[k]=(48+(m%10)) as u8; m=m/10; k=k+1 } let o: *u8=sys_mmap(24); var w: i64=0; var q: i64=k-1; while q>=0 { o[w]=t[q]; w=w+1; q=q-1 } sys_write(1,o,w); return 0 } |
| 13 | func cr_field(src: *u8, cur: i64, n: i64, out: *u8) -> i64 called by 1: main |
| 24 | func cr_int(s: *u8) -> i64 called by 1: main |
| 33 | func main() -> i64 |