KyoohyungHan / FullRNS-HEAAN

This is code for homomorphic encryption scheme "a Full RNS variant of HEAAN"
Other
48 stars 24 forks source link
homomorphic-encryption-library

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

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://creativecommons.org/licenses/by-nc/3.0/.