From 6cceb35c3d7fa815c7a2a7572d0576475c675498 Mon Sep 17 00:00:00 2001 From: Nyeogmi Date: Wed, 26 Apr 2023 21:58:02 -0700 Subject: [PATCH] Initial commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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