blob: d93c0699c1f84abd9beb0b39e494a3b806df5c41 (
plain) (
tree)
|
|
# cryptopals
nothing exciting.
trying out the challenges from [cryptopals.com][cp].
[cp]: https://cryptopals.com
## running
requires `go >= 1.11`.
install it with:
```bash
go get ricketyspace.net/cryptopals
```
run challenges with:
```bash
cryptopals -c CHALLENGE_NUM
```
|