summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 5b80e964dfc4e5843124da323abe0836b6d95387 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# cryptopals

nothing exciting.

trying out the challenges from [cryptopals.com][cp].

[cp]: https://cryptopals.com

## running

requires `go >= 1.11`.

```bash
 go get ricketyspace.net/cryptopals

 cryptopals -c CHALLENGE_NUM
```