Skip to content

Files

Latest commit

Sep 23, 2015
3cb37da · Sep 23, 2015

History

History
11 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 419 Bytes

Cryptopals.com solutions in Rust

These are my solutions to The Matasano Crypto Challenges in Rust. So far I've finished the qualifying Set 1.

The challenges are solved as normal rust unit tests so: cargo test
to see them pass. If you want to see spoilers I log some of the decrypted solutions which can be seen with:
cargo test -- --nocapture