digest-0.0.0.5: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.ContentsIndex
Data.Digest.CRC32
Portabilityportable (H98 + FFI)
Stabilityexperimental
Maintainerekirpichov@gmail.com
Description
CRC32 wrapper
Synopsis
class CRC32 a where
crc32 :: a -> Word32
crc32 :: CRC32 a => a -> Word32
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