RSA: Implementation of RSA, using the padding schemes of PKCS#1 v2.1.
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).
| Versions | 1.0.0, 1.0.1, 1.0.2 |
|---|---|
| Dependencies | base (>=3), bytestring, QuickCheck, random, SHA (>=1.0.1) |
| License | BSD3 |
| Author | Adam Wick <awick@galois.com> |
| Maintainer | Adam Wick <awick@galois.com> |
| Stability | stable |
| Category | Cryptography, Codec |
| Executables | test_rsa |
| Upload date | Tue Nov 25 02:40:54 UTC 2008 |
| Uploaded by | AdamWick |
| Built on | ghc-6.10, ghc-6.12 |
| Distributions | Arch: 1.0.2 |
Modules
- Codec
- Crypto
Downloads
- RSA-1.0.2.tar.gz (Cabal source package)
- package description (included in the package)
