Solutions to the cryptopals challenges in Rust. Just cargo run to check all the exercices that have been implemented, and cargo test for the unit tests.
It's still in progress!
You will need the libcrypto library, usually provided by the openssl package of your distribution. This library is used to provide
the basic AES encryption/decryption routines for single blocks.
cargo build