diff options
| -rw-r--r-- | README.md | 10 | 
1 files changed, 8 insertions, 2 deletions
| @@ -10,8 +10,14 @@ trying out the challenges from [cryptopals.com][cp].  requires `go >= 1.11`. +install it with: +  ```bash - go get ricketyspace.net/cryptopals +go get ricketyspace.net/cryptopals +``` - cryptopals -c CHALLENGE_NUM +run challenges with: + +```bash +cryptopals -c CHALLENGE_NUM  ``` | 
