| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Digest.CRC32C
Documentation
Minimal complete definition
Instances
| CRC32C ByteString # | |
Defined in Data.Digest.CRC32C | |
| CRC32C ByteString # | |
Defined in Data.Digest.CRC32C | |
| CRC32C ShortByteString # | |
Defined in Data.Digest.CRC32C | |
| CRC32C [Word8] # | |
Defined in Data.Digest.CRC32C | |
crc32cUpdate :: CRC32C a => Word32 -> a -> Word32 #
Given the CRC32C checksum of a string, compute CRC32C of its concatenation with another string (t.i., incrementally update the CRC32C hash value)