Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
K-miran authored Aug 2, 2019
1 parent 90b0c9d commit 784d962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Our library requires a c++ compiler and the following libraries:

* `GMP`(GNU Multi-Precision library), which is available at https://gmplib.org,

* `NTL`, which is available at http://www.shoup.net/ntl/, (with pThread)
* `NTL`(ver. 10.5.0), which is available at http://www.shoup.net/ntl/, (with pThread)

* `HEAAN`, which is an implementation of the paper "Homomorphic Encryption for Arithmetic of Approximate Numbers" (https://eprint.iacr.org/2016/421.pdf). We refered to the underlying HE library in the "src" folder. You can build the libarary “libheaan.a" by typing "$make all" in the "/src" directory.

Expand Down

0 comments on commit 784d962

Please sign in to comment.