summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 42550668f0ff78cfe801ebd6d0bb284ad9829f12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# cryptopals

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

finished set 1, 2, 3 and 4.

[cp]: https://cryptopals.com

## running

requires `go >= 1.11`

install it with:

```bash
go get ricketyspace.net/cryptopals
```

run challenges with:

```bash
cryptopals -c CHALLENGE_NUM
```