Update README.md

This commit is contained in:
iliailia
2022-01-19 16:08:05 +01:00
committed by GitHub
parent df8fc0576e
commit 756555cd69

View File

@ -1,9 +1,12 @@
# FINAL
The fully homomorphic encryption scheme based on NTRU and LWE.
## Installation
## Run the code
To run the code [NTL](https://libntl.org) and [FFTW](http://www.fftw.org) should be installed.
1. Install [NTL](https://libntl.org) and [FFTW](http://www.fftw.org) 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.