digest-0.0.0.5: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now.ContentsIndex
Data.Digest.Adler32
Portabilityportable (H98 + FFI)
Stabilityexperimental
Maintainerekirpichov@gmail.com
Description
Adler32 wrapper
Synopsis
class Adler32 a where
adler32 :: a -> Word32
adler32 :: Adler32 a => a -> Word32
Documentation
class Adler32 a where
The class of values for which Adler32 may be computed
Methods
adler32 :: a -> Word32
Compute Adler32 checksum
adler32 :: Adler32 a => a -> Word32
Compute Adler32 checksum
Produced by Haddock version 2.1.0