MissingH-1.0.2.0: Large utility librarySource codeContentsIndex
Data.Hash.CRC32.GZip
Portabilityportable
Stabilityprovisional
MaintainerJohn 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 -> Word32Source
update_crc_list :: Word32 -> [Char] -> Word32Source
calc_crc32 :: [Char] -> Word32Source
gzipcrctab :: Array Int Word32Source
Produced by Haddock version 2.6.0