Skip to content
/ RSA Public
forked from RustCrypto/RSA

RSA implementation in pure Rust

License

Notifications You must be signed in to change notification settings

wsygog/RSA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA

crates.io Documentation Build Status dependency status

A portable RSA implementation in pure Rust.

⚠️ WARNING: This library has not been audited, so please do not use for production code.

Status

Currently at Phase 1 (v) 🚧.

There will be three phases before 1.0 🚢 can be released.

  1. 🚧 Make it work
    1. Prime generation ✅
    2. Key generation ✅
    3. PKCS1v1.5: Encryption & Decryption ✅
    4. PKCS1v1.5: Sign & Verify ✅
    5. PKCS1v1.5 (session key): Encryption & Decryption
    6. OAEP: Encryption & Decryption
    7. PSS: Sign & Verify
    8. Key import & export
  2. 🚀 Make it fast
    1. Benchmarks ✅
    2. compare to other implementations 🚧
    3. optimize 🚧
  3. 🔒 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.

About

RSA implementation in pure Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%