Portability | portable (H98 + FFI) |
---|---|
Stability | experimental |
Maintainer | ekirpichov@gmail.com |
Adler32 wrapper
Documentation
The class of values for which Adler32 may be computed
Compute Adler32 checksum
adler32Update :: Word32 -> a -> Word32Source
Given the Adler32 checksum of a string, compute Adler32 of its concatenation with another string (t.i., incrementally update the Adler32 hash value).