2022-01-19 16:08:05 +01:00
2022-01-18 23:46:26 +01:00
2022-01-18 23:43:13 +01:00
2022-01-18 15:19:56 +01:00
2022-01-18 15:12:57 +01:00
2022-01-18 15:18:50 +01:00
2022-01-19 16:08:05 +01:00
2022-01-18 23:43:13 +01:00

FINAL

The fully homomorphic encryption scheme based on NTRU and LWE.

Run the code

  1. Install NTL and FFTW with the related dependencies.
  2. Run make in the main repository folder.
  3. Run the test program and check that all the homomorphic gates are computed correctly.

Usage

Use test.cpp and Makefile as reference points to create and compile your own program with FINAL.

Description
No description provided
Readme MIT 83 KiB
Languages
C++ 98.9%
Makefile 1%
C 0.1%