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