pyqrypto is cryptography library composed of quantum circuits defined with Qiskit. It allows to easily implement classical cryptography functions on quantum computers to run quantum attacks on them, such as quantum brute-force with Grover's algorithm.
Read the documentation here.
Make sure poetry is installed.
Here are the steps to package this library.
poetry build
Follow theses steps to build the Sphinx documentation.
poetry install
poetry run sphinx-build docs/source/ docs/build/html
Run these commands to test the library:
poetry install
poetry run pytest
This is an early version of the library, but contributions are always welcome.