zig/lib/std/compress
fn ⌃ ⌥ f85c01d4c7 Implement gzip header CRC check.
From RFC 1952:

> If FHCRC is set, a CRC16 for the gzip header is present,
> immediately before the compressed data. The CRC16 consists
> of the two least significant bytes of the CRC32 for all
> bytes of the gzip header up to and not including the CRC16.
2023-01-22 00:33:29 -05:00
..
deflate update uses of overflow arithmetic builtins 2022-12-27 15:13:14 +02:00
testdata update gitattributes and move test data into subdir 2022-12-18 16:28:30 -07:00
deflate.zig Make CompressorOptions public 2022-10-12 04:04:43 -04:00
gzip.zig Implement gzip header CRC check. 2023-01-22 00:33:29 -05:00
zlib.zig update gitattributes and move test data into subdir 2022-12-18 16:28:30 -07:00