tree: 25533455d77cbf3a6e4b6d8b2eb4a35052aeb0cd [path history] [tgz]
  1. decode_quirks.wuffs
  2. decode_zlib.wuffs
  3. README.md
std/zlib/README.md

Zlib

Zlib (RFC 1950) is a thin wrapper around raw deflate (RFC 1951). Zlib is similar to gzip (RFC 1952), but with a different wire format and checksum algorithm.

Zlib is used by the ELF executable and PNG image file formats.

TODO: a worked example.