Adler-32
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |subcat=Error detection and correction }} '''Adler-32''' is 32-bit hash function used to detect accidental data corruption. It is notable primarily for its use in...") |
Latest revision as of 16:08, 21 April 2013
Adler-32 is 32-bit hash function used to detect accidental data corruption. It is notable primarily for its use in zlib format. It is faster but less reliable than CRC-32.