petitioner / chimera-iDash2018

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 93.9%Language:C 3.4%Language:Python 1.3%Language:CMake 1.0%Language:Makefile 0.3%Language:Shell 0.2%