DSA: Implementation of DSA, based on the description of FIPS 186-4

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

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

Maintainer's Corner

Package maintainers

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]
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 4207 total (14 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]