Tfhe Versions Save

TFHE: Fast Fully Homomorphic Encryption Library over the Torus

v1.0.1

6 years ago

TFHE version 1.0.1

  • The first version of TFHE supports symmetric encryption, decryption, and evaluation of a boolean circuit in Gate bootstrapping mode only (one bootstrapping per binary gate), and in single threaded mode.

  • Every binary gate is supported: And, Or, Nand, Nor, Xor, XNor, Not, as well as the Mux gate.

  • The current throughput of the library is one binary gate every 13ms on a core-i7 (4910MQ at 2.90GHz), independently of the nature of the gate.

Added in v1.0.1:

  • Support of the main Linux and Mac-OS compilers (64-bit only)
  • TFHE is now a dynamic library. (This could for instance enable to create python bindings?)
  • Improved parameter set. (the default parameter set is faster than v1.0)

v1.0

7 years ago

First release

TFHE is a fully homomorphic library that allows to evaluate arbitrary circuits over encrypted data.

Version 1.0 supports the evaluation of any unary, binary or mux gates at any depths in single core mode only. The homomorphic evaluation takes about 20ms per gate on a standard Core-i7 processor.

v1.0-rc2

7 years ago

Second release candidate of TFHE.

v1.0-rc1

7 years ago

First version of the library, including gate bootstrapping FHE for all the unary gates, binary gates and the mux gate