GitHub - mike805/codecrypt-python: exaexa's codecrypt post-quantum encryption tool python interface

exaexa's codecrypt post-quantum encryption tool python interface

This is a python interface to codecrypt. Codecrypt provides public-key signatures and encryption
using algorithms that are currently believed to be secure against future quantum computers.

Tested with python 2.7 win32, python 2.7 linux, and python 3.4 linux

codecrypt.py is the interface
codecrypt_testdemo.py provides usage examples, and tests both codecrypt and the python interface

codecrypt is available at https://gitea.blesmrt.net/exa/codecrypt or
https://e-x-a.org/codecrypt

win32 binary and patch is at https://github.com/mike805/codecrypt-win32