 | digest-0.0.0.5: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now. | Contents | Index |
|
Data.Digest.CRC32 | Portability | portable (H98 + FFI) | Stability | experimental | Maintainer | ekirpichov@gmail.com |
|
|
|
Description |
CRC32 wrapper
|
|
Synopsis |
|
|
|
Documentation |
|
class CRC32 a where |
The class of values for which CRC32 may be computed
| | Methods | crc32 :: a -> Word32 | Compute CRC32 checksum
|
|
|
|
crc32 :: CRC32 a => a -> Word32 |
Compute CRC32 checksum
|
|
Produced by Haddock version 2.1.0 |