digest-pure: Pure hash functions for bytestrings
This package provides pure hash functions for pure and lazy bytestrings, implementing the same interface as the digest package.
For efficiency, use the digest package, which provides FFI bindings to efficient code from zlib, instead.
Performance compared to Data.Digest
on a Mac Mini 2010,
2.4GHz Core 2 Duo, using Data.ByteString.Lazy.ByteString
:
Data.Digest.Pure.Adler32: 380 MB/s
Data.Digest.Adler32: 4906 MB/s
Data.Digest.Pure.CRC32: 232 MB/s
Data.Digest.CRC32: 774 MB/s
Versions | 0.0.1, 0.0.2, 0.0.3 |
---|---|
Dependencies | array (>=0.3.0.2 && <0.6), base (==4.*), bytestring (>=0.9.1.10 && <1.0) [details] |
License | LicenseRef-OtherLicense |
Copyright | Copyright 2011 Daniël de Kok |
Author | Daniël de Kok <me@danieldk.eu> |
Maintainer | Daniël de Kok <me@danieldk.eu> |
Category | Cryptography |
Home page | http://github.com/danieldk/digest-pure |
Source repo | head: git clone git@github.com:danieldk/digest-pure.git |
Uploaded | by DanielDeKok at Sun May 11 13:37:10 UTC 2014 |
Distributions | NixOS:0.0.3 |
Downloads | 1306 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] Hackage Matrix CI |
Downloads
- digest-pure-0.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)