schwer-q / xar

Automatically exported from code.google.com/p/xar
0 stars 0 forks source link

add adler32/crc32/crc64 #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
xar should support adler32, crc32, and crc64 checksums.
In the case of adler32 and gzip compression is used, the adler32 for
uncompressed data is computed for "free" by zlib and is the last 4 bytes of
compressed data.

This is for systems with low compute abilities.

Original issue reported on code.google.com by bbraun on 18 Sep 2007 at 4:30