adler32: An implementation of Adler-32, supporting rolling checksum operation
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package provides an implementation of the Adler-32 checksum algorithm. It 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. On my system, the haskell version
is 2 to 3 times slower.
Properties
Versions | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.9 && <5), bytestring (>=0.10.2), zlib [details] |
License | BSD-3-Clause |
Author | Marios Titas <rednebΑΤgmxDΟΤcom> |
Maintainer | Marios Titas <rednebΑΤgmxDΟΤcom> |
Category | Cryptography, Hash |
Home page | https://github.com/redneb/hs-adler32 |
Bug tracker | https://github.com/redneb/hs-adler32/issues |
Source repo | head: git clone https://github.com/redneb/hs-adler32.git |
Uploaded | by MariosTitas at 2018-03-15T00:02:10Z |
Modules
[Index]
- Data
- Digest
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
zlib | Bind to zlib and use the implementation of Adler-32 from there | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- adler32-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees