MissingH-1.0.0: Large utility librarySource codeContentsIndex
Data.Hash.CRC32.Posix
Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>
Description

CRC32 checksumming using POSIX 1003.2-1992 algorithm for the polynomial { 32 26 23 22 16 12 11 10 8 7 5 4 2 1 }, also defined in ISO 8802-3: 1989.

Copyright (c) 2002 HardCore SoftWare, Doug Hoyte

Documentation
iter_crc32 :: Word32 -> Char -> Word32Source
calc_crc32 :: [Char] -> Word32 -> Word32 -> Word32Source
crc32 :: [Char] -> Word32Source
crctab :: Array Int Word32Source
Produced by Haddock version 2.6.0