Copyright | Copyright (C) 2004-2011 John Goerzen |
---|---|
License | BSD3 |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
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 -> Word32 Source
update_crc_list :: Word32 -> [Char] -> Word32 Source
calc_crc32 :: [Char] -> Word32 Source