blob: b278d900ae4d5ebbdfd77b97f1ae85e77ebffa9d (
plain) (
tree)
|
|
# cryptopals
trying out the challenges from [cryptopals.com][cp].
finished set 1, 2, 3, 4 and 5.
[cp]: https://cryptopals.com
## running
requires `go >= 1.15`
install it with:
```bash
go get ricketyspace.net/cryptopals
```
or
```
go install ricketyspace.net/cryptopals@latest
```
if using `go >= 1.17`.
run challenges with:
```bash
cryptopals -c CHALLENGE_NUM
```
|