The Cryptopals Crypto Challenges is a set of crytography challenges aimed at practical examples of breaking badly implemented crypto.
This repo contains solutions to the challenges written in Rust.
cargo run --release --bin 01 # replace 01 with the challenge to run
cargo run --release -p web_timing --bin 31 # for challenges 31 and 32
cargo test --release --lib # to run library tests
This repo is a work in progress. Challenges solved so far: