nx_sealed_sender_gate.nx
buildroot/runtime/nx_sealed_sender_gate.nx
about
nx_sealed_sender_gate.nx -- REFEREE for C9 (nx_sealed_sender, contract ss_seal). END-TO-END: keygens
two Ed25519 identities, seals a message, and forks the PROMOTED elf to prove the pre-declared
done-rule: the sender's identity appears in NO relay-readable byte -- proven by SCANNING the actual
envelope file on disk (the relay's own capture) for the sender pubkey and the plaintext.
license_tier: ORIGINAL expect_exit: 0
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_tool_run.nxnx_gate_verdict.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
| 9 | const SSG_CAP: i64 = 65536 |
functions
| 10 | func ssg_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 11 | func ssg_count(buf: *u8, n: i64, needle: *u8) -> i64 |
| 24 | func ssg_after(buf: *u8, n: i64, after: *u8, out: *u8) -> i64 |
| 41 | func ssg_read(path: *u8, buf: *u8, cap: i64) -> i64 |
| 49 | func ssg_run(elf: *u8, av: *i64, out: *u8, ol: *i64) -> i64 { return tr_run_capture(elf, av, out, SSG_CAP, ol) } |
| 50 | func main(argc: i64, argv: *i64) -> i64 |