This repository is built upon the TFHE library (https://github.com/tfhe/tfhe).
- mkdir build
- cd build
- cmake ../src -DENABLE_TESTS=on -DENABLE_FFTW=off -DCMAKE_BUILD_TYPE=optim
- make
Implementation of "Faster TFHE Bootstrapping with Block Binary Keys" [LMSS23]
C++NOASSERTION
This repository is built upon the TFHE library (https://github.com/tfhe/tfhe).