Crypton#
Affine & Block Cypher Implementations With Python
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