@hackage DSA1.0.2

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.

  • Installation

  • Dependencies (0)

  • 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.