/blockkey-tfhe

Implementation of "Faster TFHE Bootstrapping with Block Binary Keys" [LMSS23]

Primary LanguageC++OtherNOASSERTION

This repository is built upon the TFHE library (https://github.com/tfhe/tfhe).

HOW TO BUILD

  1. mkdir build
  2. cd build
  3. cmake ../src -DENABLE_TESTS=on -DENABLE_FFTW=off -DCMAKE_BUILD_TYPE=optim
  4. make