MissingH-1.3.0.1: Large utility library

Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>
Safe HaskellNone

Data.Hash.CRC32.GZip

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.

Documentation

update_crc :: Word32 -> Char -> Word32Source

update_crc_list :: Word32 -> [Char] -> Word32Source

calc_crc32 :: [Char] -> Word32Source

gzipcrctab :: Array Int Word32Source