/chimera-iDash2018

Team CEA-EPFL-Inpher: code for the iDash 2018 competition

Primary LanguageC++

chimera-iDash2018

installation prerequisites (ubuntu 18.04)

sudo apt-get install libntl-dev libgmp-dev cmake

compile instructions

git submodule init
git submodule update

#then use Clion editor, or compile manually as below
mkdir build
cd build; 
cmake ../fhe
make