The latest version of adler32 is 0.1.2.0-0.
adler32
Version 0.1.1.0 revision 0 uploaded by MariosTitas.
Package meta
- Synopsis
- An implementation of Adler-32, supporting rolling checksum operation
- Description
This package provides an implementation of the Adler-32 checksum algorithm. In supports a rolling checksum mode, i.e. the checksum of a sliding window of the input message can be computed efficiently. It also supports compounding, i.e. the checksum of the concatenation of two messages can be efficiently computed from the checksums of the two parts.
By default, the highly optimized implementation of Adler-32 from
zlib
will be used. This can be disabled in which case a pure haskell implementation will be used instead. The haskell version is 2 to 3 times slower on my system.- Author
- Marios Titas <rednebΑΤgmxDΟΤcom>
- Bug reports
- https://github.com/redneb/hs-adler32/issues
- Category
- Cryptography, Hash
- Copyright
- n/a
- Homepage
- https://github.com/redneb/hs-adler32
- Maintainer
- Marios Titas <rednebΑΤgmxDΟΤcom>
- Package URL
- n/a
- Stability
- n/a