Portability | portable |
---|---|
Stability | provisional |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Safe Haskell | None |
CRC32 checksumming using the GZIP/PKZIP algorithm as used in both ISO 3309 and section 8.1.1.6.2 of ITU-T V.42 and referenced in RFC1952.
Documentation
update_crc :: Word32 -> Char -> Word32Source
update_crc_list :: Word32 -> [Char] -> Word32Source
calc_crc32 :: [Char] -> Word32Source