digest-0.0.0.4: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.

Portabilityportable (H98 + FFI)
Stabilityexperimental
Maintainerekirpichov@gmail.com

Data.Digest.CRC32

Description

CRC32 wrapper

Synopsis

Documentation

class CRC32 a whereSource

The class of values for which CRC32 may be computed

Methods

crc32 :: a -> Word32Source

Compute CRC32 checksum