[go: up one dir, main page]

Skip to content
forked from SKLC-FHE/CHIFHE

The fully homomorhic encryption scheme based on NTRU. Implementation of Fast Blind Rotation for Bootstrapping FHEs by using OpenFHE.

License

Notifications You must be signed in to change notification settings

IceTDrinker/CHIFHE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Fast Blind Rotation for Bootstrapping FHEs

Fast Blind Rotation for Bootstrapping FHEs

The CHIFHE library contains the implementation of the fully homorphic encryption schemes presented in the paper Fast Blind Rotation for Bootstrapping FHEs by using OpenFHE_v1.1.1.

Requirements

A C++ compiler, the NTL libraries.

Run the code

  1. Configure, build and compile the project.
mkdir build
cd build
cmake -DWITH_NTL=ON ..
make 
  1. Run the boolean-xzddf program in build/bin/examples/binfhe

About

The fully homomorhic encryption scheme based on NTRU. Implementation of Fast Blind Rotation for Bootstrapping FHEs by using OpenFHE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • C 1.3%
  • Other 0.9%