Skip to content

lrazovic/rust_rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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