batuhaninan / Crypton

Affine & Block cypher implementation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Affine & Block cypher implementation in Python

License:MIT License


Languages

Language:Python 100.0%