|
| MissingH.Checksum.CRC32.GZip | | Portability | portable | | Stability | provisional | | Maintainer | John Goerzen <jgoerzen@complete.org> |
|
|
|
| Description |
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.
Copyright (c) 2004 John Goerzen, jgoerzen@complete.org
|
|
|
| Documentation |
|
| update_crc :: Word32 -> Char -> Word32 |
|
| update_crc_list :: Word32 -> [Char] -> Word32 |
|
| calc_crc32 :: [Char] -> Word32 |
|
| gzipcrctab :: Array Int Word32 |
|
| Produced by Haddock version 0.8 |