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