nx_fec_gf256_test.nx
buildroot/runtime/nx_fec_gf256_test.nx
about
nx_fec_gf256_test.nx -- 1:1 KAT for Reed-Solomon GF(256) erasure coding
(nx_fec_gf256.nx). Proves the MDS ceiling: an RS(6,4) code recovers
ANY 2 erasures in ANY positions -- verified EXHAUSTIVELY over all 15
two-erasure patterns (data+data, data+parity, parity+parity). Plus
GF-field sanity and the honest over-budget (3 erasures) -> failure.
expect_exit: 0
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_fec_gf256.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
| 12 | const RK: i64 = 4 |
| 13 | const RR: i64 = 2 |
| 14 | const RS_: i64 = 4 |
functions
| 17 | func gft_load(recv: *u8, data: *u8, parity: *u8) -> i64 called by 1: main |
| 24 | func gft_zero_pkt(recv: *u8, idx: i64) -> i64 called by 1: main |
| 30 | func main() -> i64 |