This is my repository of solutions to the Cryptopals challenge set. See https://cryptopals.com/ for more information.
- All code is contained in the src directory
- data_* are arbitrary data files for reading
- src/main.rs has each solution, src/lib.rs contains all the custom libraries used by the code.