Skip to content

Faster homomorphic evaluation of SM4 and AES based on TFHE

Notifications You must be signed in to change notification settings

WeiBenqiang/Fregata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faster Homomorphic Evalution of AES via TFHE.

Paper

This repository achieves faster homomorphic evalution of SM4 and AES based on TFHE scheme.

To use this repository, you should install TFHE library firstly. To run this repository, clone the repo and type :

cd Fregata
  • GBSmode: cd GBSmode;mkdir build; cd build;cmake ..; make
  • FBSmode: cd FBSmode;mkdir build; cd build;cmake ..; make
  • CBSmode: cd CBSmode;mkdir build; cd build;cmake -DENABLE_TEST=ON ..; make; cd homoSM4_CB

About

Faster homomorphic evaluation of SM4 and AES based on TFHE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published