Solutions to crypto challenges hosted at cryptopals.com.

Each challenge set has its own directory; all tests exist in the tests/ dir. To run tests:

python -m unittest discover -s tests/ -p '*test.py'