Skip to content
/ HElib Public
forked from homenc/HElib

An Implementation of homomorphic encryption

Notifications You must be signed in to change notification settings

sr-ix/HElib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HElib

HElib is a software library that implements [homomorphic encryption] 6 (HE). Currently available is an implementation of the [Brakerski-Gentry-Vaikuntanathan] 1 (BGV) scheme, along with many optimizations to make homomorphic evaluation runs faster, focusing mostly on effective use of the [Smart-Vercauteren] 2 ciphertext packing techniques and the [Gentry-Halevi-Smart] 3 optimizations.

This library is written in C++ and uses the [NTL mathematical library] 4. It is distributed under the terms of the [GNU General Public License] 5 (GPL).

About

An Implementation of homomorphic encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published