Skip to content

Latest commit

 

History

History
109 lines (64 loc) · 1.88 KB

README.rst

File metadata and controls

109 lines (64 loc) · 1.88 KB

Affine & Block Cypher Implementations With Python


https://readthedocs.org/projects/crypton/badge/?version=latest





From Pip

You can install pycrypton from pip

$ pip install pycrypton



From Source

You need Python 3.7+ to use Crypton


Install Dependencies

$ pip install .

Install Dev Dependencies (for running tests)

$ pip install -r requirements_dev.txt

Run Tests

$ pytest



Authors