This Python library provides experiments with quantum-resistant algorithms such as AES-256 and Kyber. Key results are documented in this article.
The source code is currently hosted on GitHub at: https://github.com/c4ristian/encryption
conda env create -f environment.yml
conda activate encryption
python -m ipykernel install --user --name=encryption
jupyter notebook --notebook-dir="./notebooks"
Code provided in this repository is prototypical and not intended for production use. In accordance with the license, there is no warranty for the published content.