cryptopals/README.md

14 lines
242 B
Markdown
Raw Normal View History

2023-04-27 04:58:02 +00: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
...
```