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).
Modules
[Index] [Quick Jump]
Downloads
- RSA-2.4.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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, 2, 2.0, 2.0.0, 2.1.0, 2.1.0.1, 2.1.0.2, 2.1.0.3, 2.2.0, 2.3.0, 2.3.1, 2.4.1 |
---|---|
Dependencies | base (>=4.6 && <7.0), binary (>0.7 && <1.0), bytestring (>0.8 && <0.13), cipher-aes128 (<0.7.0.4), crypto-api (>=0.10 && <0.14), crypto-pubkey-types (>=0.2 && <0.6), SHA (>=1.6.4.1 && <2.0) [details] |
Tested with | ghc ==7.8.0 |
License | BSD-3-Clause |
Author | Adam Wick <awick@galois.com> |
Maintainer | Adam Wick <awick@galois.com> |
Revised | Revision 2 made by JonathanDaugherty at 2023-11-06T18:44:48Z |
Category | Cryptography, Codec |
Source repo | head: git clone git://github.com/GaloisInc/RSA.git |
Uploaded | by AdamWick at 2019-10-14T17:18:53Z |
Distributions | Arch:2.4.1, Debian:2.4.1, Fedora:2.4.1, FreeBSD:2.1.0.1, LTSHaskell:2.4.1, NixOS:2.4.1, Stackage:2.4.1 |
Reverse Dependencies | 23 direct, 1952 indirect [details] |
Downloads | 45122 total (232 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-10-14 [all 1 reports] |