summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-08-29 14:17:29 -0400
committerrsiddharth <s@ricketyspace.net>2020-08-29 14:17:29 -0400
commit12ee65a98d20ba5794d876f0bea7a3f8b40b0e1e (patch)
tree0c00d31bbe29e4328f5ca97a2aed44f05252b764 /README.md
parent209a14eff23fd2f75b1e82288505b04a0596a110 (diff)
add README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d41d4ac
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# cryptopals
+
+nothing exciting. just trying out the challenges from
+[cryptopals.com][cp].
+
+[cp]: https://cryptopals.com
+
+## building
+
+requires `go >= 1.15` and `make`.
+
+```bash
+ make
+```
+
+will build everything.
+
+## running
+
+```bash
+ ./cryptopals -c CHALLENGE_NUM
+```