@hackage RSA2.4.1
Implementation of RSA, using the padding schemes of PKCS#1 v2.1.
Categories
License
BSD-3-Clause
Maintainer
Adam Wick <awick@galois.com>
Links
Versions
Installation
Dependencies (7)
- SHA >=1.6.4.1 && <2.0
- 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 Show all…
Dependents (26)
@hackage/hoauth, @hackage/google-server-api, @hackage/commsec-keyexchange, @hackage/hstradeking, @hackage/google-oauth2-jwt, @hackage/authenticate-oauth, Show all…
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).