Initial commit

This commit is contained in:
Pyrex 2023-04-26 21:58:02 -07:00
commit 6cceb35c3d

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# 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
...
```