@hackage DSA1
Implementation of DSA, based on the description of FIPS 186-4
Categories
License
BSD-3-Clause
Maintainer
Adam Wick <awick@galois.com>
Links
Versions
Installation
Dependencies (9)
- base >=4.6 && <7.0
- binary >0.7 && <1.0
- bytestring >0.8 && <0.12
- ghc-prim >=0.3.1.0 && <0.7
- integer-gmp >=0.5.1.0 && <1.2
- SHA >=1.6.4.1 && <2.0 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
gmp
(on by default)
Whether or not the library can assume integer-gmp
better-tests
(off by default)
Use better (but much slower) tests in the test suite.
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.