Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 739 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 739 Bytes

FullRNS-HEAAN

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

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
  • Notice that this code will run only at gcc (this code uses unsigned __int128 variable)

License

Copyright (c) by CryptoLab inc. This program is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. You should have received a copy of the license along with this work. If not, see http:https://creativecommons.org/licenses/by-nc/3.0/.