summaryrefslogblamecommitdiffstats
path: root/README.md
blob: d41d4acbb589fbbf04ee559b596ae3f7f4c7bf3f (plain) (tree)





















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