|
MissingH.Checksum.CRC32.Posix | Portability | portable | Stability | provisional | Maintainer | John 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 -> Word32 |
|
calc_crc32 :: [Char] -> Word32 -> Word32 -> Word32 |
|
crc32 :: [Char] -> Word32 |
|
crctab :: Array Int Word32 |
|
Produced by Haddock version 0.8 |