Skip to content

fhe-extension/fhe-sanitize

Repository files navigation

tfhe-sanitize/tfhe-sanitize is a C implementation of the TFHE bootstrapping with an additional sanitization algorithm.

In order to compile the code, you will need:

  • a recent version of a C compiler,
  • FFTW3 installed on your machine.

Depending on the directory, you might need to change the path and the FLAGS in the Makefile.

We provide unitary tests for each function in the Test directory.

The sanitize algorithm is implemented in the fft.c file. You can test it using:

  • ./Tests/Test_sanitizing_fft for the sanitization algorithm

  • ./Tests/Test_bootstrapping_fft for the bootstrapping (without sanitization)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published