Crypton#

Affine & Block Cypher Implementations With Python

https://img.shields.io/badge/Made%20with-Python-1f425f.svg https://img.shields.io/pypi/pyversions/crypton.svg

https://img.shields.io/badge/Made%20with-Sphinx-1f425f.svg https://readthedocs.org/projects/crypton/badge/?version=latest

https://github.com/batuhaninan/Crypton/actions/workflows/tests.yml/badge.svg

https://svgshare.com/i/Zhy.svg https://svgshare.com/i/ZhY.svg

https://badge.fury.io/py/pycrypton.svg

https://img.shields.io/pypi/l/pycrypton.svg

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#