This repository is built upon the TFHE library (https://github.com/tfhe/tfhe). HOW TO BUILD mkdir build cd build cmake ../src -DENABLE_TESTS=on -DENABLE_FFTW=off -DCMAKE_BUILD_TYPE=optim make