clevinson / rustypals

Rust Implementation to solutions of Cryptopals Challenges (http://cryptopals.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rustypals

Rust Implementation to solutions of Cryptopals Challenges (http://cryptopals.com)

Solutions implemented as tests:

cargo test                    # run tests for all solutions
cargo test set3               # run tests for solutions for a specific set
cargo test set3::exercise_18  # run a test for a sepcific exercise

About

Rust Implementation to solutions of Cryptopals Challenges (http://cryptopals.com)


Languages

Language:Rust 100.0%