Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 284 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 284 Bytes

minimal_rsa

This is a very basic implementation of RSA. PLEASE do NOT use in production. If you are looking for a cryptographically secure implementation, look at the official list by NIST.

this implementation relies on the ibig crate and generates large (~1024 bits) numbers.