Description
A Haskell library for computing CRC32 and Adler32 checksums over ByteString data. These checksums are useful for detecting accidental corruption in files, streams, and compressed formats.
Developers use it for integrity checks in non-adversarial contexts. CRC32 and Adler32 are not cryptographic hashes and should not be used to protect against deliberate tampering.