digest-0.0.0.2: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.
Source code
Contents
Index
Data.Digest.CRC32
Portability
portable (H98 + FFI)
Stability
experimental
Maintainer
[email protected]
Description
CRC32 wrapper
Synopsis
class
CRC32
a
where
crc32
:: a ->
Word32
Documentation
class
CRC32
a
where
Source
The class of values for which CRC32 may be computed
Methods
crc32
:: a ->
Word32
Source
Compute CRC32 checksum
Instances
CRC32
ByteString
CRC32
ByteString
CRC32
([]
Word8
)
Produced by
Haddock
version 2.4.2