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
| Versions | 1.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, 1.0.6.3, 1.2.0.0, 1.2.1.0, 1.2.2.0 |
|---|---|
| Dependencies | base (3.*), bytestring, crypto-api (≥0.10), crypto-pubkey-types (≥0.2), monadcryptorandom, SHA (<1.4.1) or base (4.*), bytestring, crypto-api (≥0.10), crypto-pubkey-types (≥0.2), monadcryptorandom, SHA |
| License | BSD3 |
| Author | Adam Wick <awick@galois.com> |
| Maintainer | Adam Wick <awick@galois.com> |
| Stability | stable |
| Category | Cryptography, Codec |
| Source repository | git clone git://github.com/GaloisInc/RSA.git |
| Executables | test_rsa |
| Upload date | Fri Nov 16 17:40:48 UTC 2012 |
| Uploaded by | AdamWick |
| Built on | ghc-7.6 |
| Distributions | NixOS: 1.2.2.0, Debian: 1.2.2.0, FreeBSD: 1.2.2.0 |
Modules
- Codec
- Crypto
Downloads
- RSA-1.2.2.0.tar.gz (Cabal source package)
- package description (included in the package)