DSA: Implementation of DSA, based on the description of FIPS 186-4
This library implements the DSA encryption and signature algorithms for arbitrarily-sized ByteStrings. While the implementations work, they are not necessarily the fastest ones on the planet. Particularly key generation. The algorithms included are based of NIST's FIPS 186-4 document.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
gmp | Whether or not the library can assume integer-gmp | Enabled |
better-tests | Use better (but much slower) tests in the test suite. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- DSA-1.0.2.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, 1.0, 1.0.0, 1.0.1, 1.0.2 |
---|---|
Dependencies | base (>=4.6 && <7.0), binary (>0.7 && <1.0), bytestring (>0.8 && <0.12), crypto-api (>=0.10 && <0.14), crypto-pubkey-types (>=0.2 && <0.6), ghc-prim (>=0.3.1.0 && <0.7), integer-gmp (>=0.5.1.0 && <1.2), SHA (>=1.6.4.1 && <2.0), tagged (>=0.8.0.1 && <1.0) [details] |
Tested with | ghc ==7.8.0 |
License | BSD-3-Clause |
Author | Adam Wick <awick@galois.com> |
Maintainer | Adam Wick <awick@galois.com> |
Category | Cryptography, Codec |
Source repo | head: git clone git://github.com/GaloisInc/DSA.git |
Uploaded | by AdamWick at 2017-02-26T22:21:05Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4299 total (20 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-02-26 [all 1 reports] |