digest-0.0.2.1: CRC32 and Adler32 hashes for bytestrings
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Digest.CRC32C

Synopsis

Documentation

class CRC32C a Source #

Minimal complete definition

crc32cUpdate

crc32c :: CRC32C a => a -> Word32 Source #

Compute CRC32C checksum

crc32cUpdate :: CRC32C a => Word32 -> a -> Word32 Source #

Given the CRC32C checksum of a string, compute CRC32C of its concatenation with another string (t.i., incrementally update the CRC32C hash value)