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

[ bsd3, codec, cryptography, library ] [ Propose Tags ]

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

[Last Documentation]

  • Codec
    • Crypto
      • Codec.Crypto.RSA
        • Codec.Crypto.RSA.Exceptions
        • Codec.Crypto.RSA.Pure

Flags

Automatic Flags
NameDescriptionDefault
oldbase

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

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

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 (>=3 && <7), binary (>0.0 && <10000), bytestring (>0.8 && <10000), crypto-api (>=0.10 && <10000), crypto-pubkey-types (>=0.2 && <10000), monadcryptorandom (>0 && <10000), pureMD5 (<10000), SHA (<10000) [details]
License BSD-3-Clause
Author Adam Wick <awick@galois.com>
Maintainer Adam Wick <awick@galois.com>
Category Cryptography, Codec
Source repo head: git clone git://github.com/GaloisInc/RSA.git
Uploaded by AdamWick at 2013-12-20T22:06:40Z
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, 1925 indirect [details]
Downloads 43961 total (150 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-19 [all 8 reports]