# cryptopals nothing exciting. trying out the challenges from [cryptopals.com][cp]. [cp]: https://cryptopals.com ## running requires `go >= 1.11`. ```bash go get ricketyspace.net/cryptopals cryptopals -c CHALLENGE_NUM ```