To run all the challenges
cargo test -- --nocapture
To run specific challenges
cargo test -- --nocapture challenge_1
Explanation for more mathematical challenges are kept in src
.
Referenced for set one: https://github.com/jakerr/cryptopals-rust (set 1 only)