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

The RSA package

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

Properties

Versions1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.6.1, 1.0.6.2
Dependenciesbase (≥3), bytestring, QuickCheck, random, SHA
LicenseBSD3
AuthorAdam Wick <awick@galois.com>
MaintainerAdam Wick <awick@galois.com>
Stabilitystable
CategoryCryptography, Codec
Executablestest_rsa
Upload dateMon Nov 17 21:52:32 UTC 2008
Uploaded byAdamWick
Built onghc-6.10, ghc-6.12
DistributionsNixOS: 1.0.6.2, Debian: 1.0.6.2

Modules

Downloads