blob: c96a862c2d29ce940a624261e80335072a06cabb (
plain) (
tree)
|
|
# cryptopals
trying out the challenges from [cryptopals.com][cp].
finished set 1 and 2.
[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
```
|