code wiki / inflate
topic: inflate
7 modules sharing the inflate name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| _inflate_fixed_authored.nx | DEFLATE stored+fixed, bits-up | 32 | 5 |
| _inflate_full_authored.nx | DEFLATE stored+fixed+dynamic | 48 | 6 |
| _inflate_lib_authored.nx | reusable DEFLATE inflate library (RFC 1951, stored+fixed+dynamic) | 25 | 5 |
| _inflate_stored_authored.nx | DEFLATE block loop, bits-up | 31 | 3 |
| nx_inflate.nx | SOVEREIGN DEFLATE DECOMPRESSION (RFC 1951) + gzip (1952) + zlib (1950). | 348 | 8 |
| nx_inflate_gate.nx | PROVE THE DECOMPRESSOR AGAINST AN INDEPENDENT IMPLEMENTATION. | 96 | 3 |
| nx_inflate_kat_test.nx | R4-CMP-001: consolidated DEFLATE inflate KAT | 572 | 1 |