@hackage / DSA

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

1

About

Metadata

  • Last updated , by AdamWick
  • License BSD-3-Clause
  • Categories Cryptography
  • Maintained by: Adam Wick <awick@galois.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

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.