mirror of
https://github.com/mii443/FINAL.git
synced 2025-08-22 15:05:36 +00:00
756555cd69e4ef11efa3d0b88a797a1d305d369f
FINAL
The fully homomorphic encryption scheme based on NTRU and LWE.
Run the code
- Install NTL and FFTW with the related dependencies.
- Run
make
in the main repository folder. - 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.
Languages
C++
98.9%
Makefile
1%
C
0.1%