summaryrefslogblamecommitdiffstats
path: root/README.md
blob: 6934f7b0bc37a7056ffd675d0d0f2debe42dd4f2 (plain) (tree)
1
2
3
4
5

            


                                                    

















                                 
# cryptopals

nothing exciting.

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
```