adler32: An implementation of Adler-32, supporting rolling checksum operation

[ bsd3, cryptography, hash, library ] [ Propose Tags ]

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.

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0
Dependencies base (>=4.6 && <4.11), bytestring (>=0.10.2 && <0.11), zlib [details]
License BSD-3-Clause
Author Marios Titas <rednebΑΤgmxDΟΤcom>
Maintainer Marios Titas <rednebΑΤgmxDΟΤcom>
Revised Revision 1 made by HerbertValerioRiedel at 2018-09-30T08:10:15Z
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 2016-01-22T08:33:49Z
Distributions LTSHaskell:0.1.2.0, NixOS:0.1.2.0, Stackage:0.1.2.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3102 total (19 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]