blob: a6c67ff2ea869ceffb5917b3a15660ac2a65e4d7 (
plain)
1
2
3
4
|
The lzlib compression library provides in-memory LZMA compression
and decompression functions, including integrity checking of the
uncompressed data. The compressed data format used by the library
is the lzip format.
|