Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 235 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 235 Bytes

cryptopals

My solution for challenges on cryptopals.com

Needs python >= 3.5 to run. Create your virutal environment first, and run the following

pip install -r requirements.txt
python -m pytest