blob: 798c01fa3a82ed054ff3f5564c2642586216050b (
plain) (
tree)
|
|
# cryptopals
nothing exciting.
trying out the challenges from [cryptopals.com][cp].
[cp]: https://cryptopals.com
## building
requires `go >= 1.11` and `make`.
```bash
make
```
will build everything.
## running
```bash
./cryptopals -c CHALLENGE_NUM
```
|