MissingH-1.6.0.2: Large utility library
CopyrightCopyright (C) 2004-2011 John Goerzen
LicenseBSD-3-Clause
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

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 -> Word32 Source #

update_crc_list :: Word32 -> [Char] -> Word32 Source #

calc_crc32 :: [Char] -> Word32 Source #

gzipcrctab :: Array Int Word32 Source #