Skip to content

Commit

Permalink
Merge pull request #1 from K-miran/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Kyoohyung, Han authored Oct 26, 2018
2 parents b92ecda + a2379f7 commit 515f641
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## This code is implementation of the paper "A Full RNS variant of Approximate Homomorphic Encryption" which will appear in SAC 2018.

## To run this code, you need to type as follows:
## To install the HE library, you need to type in the "lib" folder as follows:
1. make clean
2. make all

## To run and test this code, you need to type in the "run" folder as follows:
1. make clean
2. make
3. ./FRNSHEAAN
Expand Down

0 comments on commit 515f641

Please sign in to comment.