nx_uxf_remux_gate.nx
buildroot/runtime/nx_uxf_remux_gate.nx
about
nx_uxf_remux_gate.nx -- FM4: drives the EXTRACTED uxf_remux_frame and proves the rewrap is lossless.
This is both the D001 migration of nx_uxf_remux_test and the proof that the extraction is faithful: the
five original teeth are preserved in order and predicate, now asserted against the CALLABLE entry point
rather than against logic inlined in a test. Three refusal teeth are added because the extraction
introduced boundary checks, and a deny path that has never been shown to fire is not a guard.
The positive control is T1 to T5 themselves: a well-formed element MUST be accepted, so a function that
refused everything would fail them.
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_gate_verdict.nxnx_syscalls.nxnx_uxf_remux.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
| 14 | const URG_INBUF: i64 = 64 |
| 15 | const URG_OUTBUF: i64 = 65536 |
| 16 | const URG_TINYCAP: i64 = 16 // deliberately too small to hold the rewrap |
| 17 | const URG_WANT_FRAMESIZE: i64 = 8 |
| 18 | const URG_WANT_ID: i64 = 0xA3 |
| 19 | const URG_SAMPLECOUNT: i64 = 1 |
functions
| 21 | func main(argc: i64, argv: *i64) -> i64 |