blob: 0fcbbec993f71d89bd42b9aad92f55720538d070 (
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
```
|