Skip to content

ushitora-anqou/aqTFHE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aqTFHE

Yet another reimplementation of TFHE in C++17.

About 11 ms/gate on Intel i7-8700.

Caveat

aqtfhe::native::secret_key::secret_key() and other functions in aqTFHE need a random number generator as its argument. Use std::random_device there if you don't care about it, because it is supposed to be the only cryptographically secure pseudo-random number generator (CSPRNG) in C++ standard library (See here for the details).

Licenses

This project is licensed under Apache License Version 2.0. See the file LICENSE.

However the directory spqlios/ is not my work but TFHE's one. See the file spqlios/LICENSE.

References

  • TFHE
  • TFHEpp
    • aqTFHE is strongly inspired by TFHEpp.

About

Yet another reimplementation of TFHE in C++17.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages