@hackage / RSA

Implementation of RSA, using the padding schemes of PKCS#1 v2.1.

2

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

    oldbase (off by default)

    Whether or not to use base 3 (default: no)

Readme

This library implements the RSA 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 RFC 3447, or the Public-Key Cryptography Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).