Please see the cryptopals crypto challenges for details.
Currently the first set of challenges are implemented.
Check out the src/challenges.rs file for solutions to the challenges. The test assertions usually don't use the full
solution so there is some magic left for you to discover.
cargo testThere is a small example program that uses cryptopals as a library in src/main.rs.
cargo run