Cryptopals is a set of challenges to learn (and break) crypto.
Once I've learned of these challenges, I've decided to kill two birds in one stone and learn Rust.
This is my shared attempt of writing clean Rust code and provide an (hopefully) easy to read, efficient solutions to Cryptopals great challenges.
For now, the following sets are solved:
- Set 1
- Set 2
- Set 3
- Set 4
- Set 5
- Set 6