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