rsa/README.md
2018-07-17 21:16:31 +02:00

578 B

RSA

A portable RSA implementation in Rust.

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

Status

Currently at Phase 1 🚧.

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

  1. 🚧 Make it work
  2. Prime generation
  3. Key generation
  4. 🚀 Make it fast
  5. Benchmarks
  6. compare to other implementations
  7. optimize
  8. 🔒 Make it secure
  9. Fuzz testing
  10. Security Audits
  11. Fix all bugs found through the above

License

MIT or Apache 2.0