MissingH-1.3.0.1: Large utility library

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

Data.Hash.CRC32.Posix

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