commit 6cceb35c3d7fa815c7a2a7572d0576475c675498 Author: Nyeogmi Date: Wed Apr 26 21:58:02 2023 -0700 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4aff0ca --- /dev/null +++ b/README.md @@ -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 +... +``` \ No newline at end of file