raviq / homenc

Homomorphic encryption with HElib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homenc

Homomorphic encryption using HElib.

Building

Write your program in a file prog.cpp and then run

make prog_x

which will compile prog.cpp, link in fhe.a and all required support libraries, and create the executable prog_x.

Usage

bin/prog_x  R=1 k=10 p=2 r=2 noPrint=0

About

Homomorphic encryption with HElib


Languages

Language:C++ 91.6%Language:Objective-C 7.2%Language:C 1.0%Language:Makefile 0.2%