mirror of
https://github.com/mii443/FINAL.git
synced 2025-09-01 14:39:24 +00:00
Merge branch 'main' of github.com-iliailia:KULeuven-COSIC/FINAL into main
This commit is contained in:
10
README.md
10
README.md
@ -1,2 +1,12 @@
|
|||||||
# FINAL
|
# FINAL
|
||||||
The fully homomorphic encryption scheme based on NTRU and LWE.
|
The fully homomorphic encryption scheme based on NTRU and LWE.
|
||||||
|
|
||||||
|
## Run the code
|
||||||
|
|
||||||
|
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.
|
||||||
|
Reference in New Issue
Block a user