Skip to content

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

License

Notifications You must be signed in to change notification settings

zhl11/blockkey-tfhe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.3%
  • Python 5.6%
  • C 5.3%
  • Assembly 1.7%
  • CMake 1.1%
  • Starlark 0.6%
  • Other 0.4%