README.md (485B)
1 # cryptopals 2 3 [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jtobin/cryptopals/blob/master/LICENSE) 4 5 Use e.g. `cabal build cryptopals:exec:fixed-xor` in a Nix shell 6 to build binaries. Use `cabal install` to (I think) dump them in 7 `$HOME/.cabal/bin`. 8 9 ## Problems 10 11 * [Problem Set 1](docs/s1.md) 12 * [Problem Set 2](docs/s2.md) 13 * [Problem Set 3](docs/s3.md) 14 * [Problem Set 4](docs/s4.md) 15 * [Problem Set 5](docs/s5.md) 16 * [Problem Set 6](docs/s6.md) 17