SHA: Implementations of the SHA suite of message digest functions
This library implements the SHA suite of message digest functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based HMAC routines. The functions have been tested against most of the NIST and RFC test vectors for the various functions. While some attention has been paid to performance, these do not presently reach the speed of well-tuned libraries, like OpenSSL.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
test | Build the SHA test suite. | Disabled |
exe | Build a SHA2-384 executable similar to | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- SHA-1.5.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.2.0, 1.2.0.2, 1.2.1, 1.4.0, 1.4.1, 1.4.1.1, 1.4.1.3, 1.5.0.0, 1.5.0.1, 1.5.1, 1.6.0, 1.6.1, 1.6.2.1, 1.6.3, 1.6.4, 1.6.4.1, 1.6.4.2, 1.6.4.4 |
---|---|
Dependencies | array, base (>=4 && <6), binary, bytestring, directory, QuickCheck (>=2 && <3), test-framework (>=0.3 && <0.4), test-framework-quickcheck2 (>=0.2 && <0.3) [details] |
Tested with | ghc ==6.8.0 |
License | BSD-3-Clause |
Author | Adam Wick <awick@galois.com>, Brian Lewis <brian@lorf.org> |
Maintainer | Adam Wick <awick@galois.com> |
Category | Cryptography, Codec |
Source repo | head: git clone git://github.com/GaloisInc/SHA.git |
Uploaded | by AdamWick at 2012-03-29T20:44:55Z |
Distributions | Arch:1.6.4.4, Debian:1.6.4.4, Fedora:1.6.4.4, FreeBSD:1.6.4.2, LTSHaskell:1.6.4.4, NixOS:1.6.4.4, Stackage:1.6.4.4, openSUSE:1.6.4.4 |
Reverse Dependencies | 78 direct, 3602 indirect [details] |
Executables | sha384, sha1, test_sha |
Downloads | 154973 total (450 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |