diff options
author | rsiddharth <s@ricketyspace.net> | 2020-08-29 14:17:29 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-08-29 14:17:29 -0400 |
commit | 12ee65a98d20ba5794d876f0bea7a3f8b40b0e1e (patch) | |
tree | 0c00d31bbe29e4328f5ca97a2aed44f05252b764 | |
parent | 209a14eff23fd2f75b1e82288505b04a0596a110 (diff) |
add README.md
-rw-r--r-- | README.md | 22 |
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 +``` |