RSA

crates.io Documentation Build Status dependency status

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.

  1. :construction: Make it work
    1. Prime generation :whitecheckmark:
    2. Key generation :whitecheckmark:
    3. PKCS1v1.5: Encryption & Decryption :whitecheckmark:
    4. PKCS1v1.5: Sign & Verify :whitecheckmark:
    5. PKCS1v1.5 (session key): Encryption & Decryption
    6. OAEP: Encryption & Decryption
    7. PSS: Sign & Verify
    8. Key import & export
  2. :rocket: Make it fast
    1. Benchmarks :whitecheckmark:
    2. compare to other implementations :construction:
    3. optimize :construction:
  3. :lock: Make it secure
    1. Fuzz testing
    2. Security Audits
    3. 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.