Skip to content

KyoohyungHan/FullRNS-HEAAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is code for homomorphic encryption scheme "a Full RNS variant of HEAAN"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published