RSA

A portable RSA implementation in pure Rust.
:warning: WARNING: This library has not been audited, so please do not use for production code.
Status
Currently at Phase 1 (v) :construction:.
There will be three phases before 1.0
:ship: can be released.
- :construction: Make it work
- Prime generation :whitecheckmark:
- Key generation :whitecheckmark:
- PKCS1v1.5: Encryption & Decryption :whitecheckmark:
- PKCS1v1.5: Sign & Verify :whitecheckmark:
- PKCS1v1.5 (session key): Encryption & Decryption
- OAEP: Encryption & Decryption
- PSS: Sign & Verify
- Key import & export
- :rocket: Make it fast
- Benchmarks :whitecheckmark:
- compare to other implementations :construction:
- optimize :construction:
- :lock: Make it secure
- Fuzz testing
- Security Audits
- Fix all bugs found through the above
License
Licensed under either of
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.