Skip to content

A simple, slow, insecure, but (I hope) correct RSA implementation in Rust.

License

Notifications You must be signed in to change notification settings

lrazovic/rust_rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4eb157e · Jul 5, 2021

History

9 Commits
Mar 29, 2021
Jul 5, 2021
Mar 29, 2021
Jul 5, 2021
Mar 29, 2021
Mar 29, 2021

Repository files navigation

rust_rsa

A simple, slow, insecure, but (I hope) correct RSA implementation in Rust developed as homework for the Computer and Network Security exam during the MSc in Engineering in Computer Science.

A naive time comparison between this implementation and OpenSSL is possible with the test RUSTFLAGS="-C target-cpu=native" cargo test --release --package rust_rsa --lib -- check_time_rsa_given_e_versus_real_world --exact --nocapture

About

A simple, slow, insecure, but (I hope) correct RSA implementation in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published