This code is implementation of the paper "A Full RNS variant of Approximate Homomorphic Encryption" which will appear in SAC 2018.
- cd Debug
- make clean
- make
- ./FRNSHEAAN
- ./autogen.sh
- ./configure
- make -j
- cd src
- ./Test
- mkdir build
- cd build
- cmake ..
- make -j
- cd src
- ./Test