/rustypals

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

Primary LanguageRust

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