nx_crc32c_test.nx
buildroot/runtime/nx_crc32c_test.nx
about
nx_crc32c_test.nx -- 1:1 KAT for fast table CRC-32C (nx_crc32c.nx).
Verifies against (a) the CANONICAL check value 0xE3069283, (b) the
bit-by-bit reference over an EXHAUSTIVE length sweep (the table must
equal the spec kernel for every input), (c) empty, (d) streaming/
chained, and (e) per-PDU integrity (intact accepted, 1-bit flip
rejected).
expect_exit: 0
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_crc32c.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
| 14 | func crc32c_ref(bytes: *u8, n: i64) -> i64 called by 1: main |
| 29 | func main() -> i64 |