This is an implementation of PRESENT cipher block algorithm using Python.
- You can start the program by running the
main.exeexecutable
- Clone the repo:
https://github.com/bennaaym/present-algorithm-implementation.git
-
cd to the cloned repo (present-algorithm-implementation)
-
Run tests
python -m src.test.test_present
- Run the following line:
python -m src.main