This is an implementation of the TFHE encryption scheme for educational purposes.
A full explanation of the code can be found here: https://lowdanie.github.io/blog/2024/01/03/fully-homomorphic-encryption
To run all of the tests:
python -m unittest discover tests