my solutions to the Cryptopals challenges
Go to file
2023-04-27 18:37:59 -07:00
examples Pre set 2 refactors 2023-04-27 18:37:59 -07:00
src Pre set 2 refactors 2023-04-27 18:37:59 -07:00
.gitignore Solutions to set 1 2023-04-26 21:58:19 -07:00
Cargo.lock Solutions to set 1 2023-04-26 21:58:19 -07:00
Cargo.toml Solutions to set 1 2023-04-26 21:58:19 -07:00
README.md Initial commit 2023-04-26 21:58:02 -07:00

cryptopals

It's my solutions to the at-home crypto course everyone is raving about!

(Available at https://cryptopals.com/ .)

To run them:

$ cargo run --example set1_1
$ cargo run --example set1_2
$ cargo run --example set1_3
...