 | digest-0.0.0.5: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now. | Contents | Index |
|
Data.Digest.Adler32 | Portability | portable (H98 + FFI) | Stability | experimental | Maintainer | ekirpichov@gmail.com |
|
|
|
Description |
Adler32 wrapper
|
|
Synopsis |
|
|
|
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 |