homenc / HElib

HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
https://homenc.github.io/HElib
Other
3.11k stars 761 forks source link

Release 1.0.0-beta2-Nov2019 #330

Closed faberga closed 4 years ago

faberga commented 4 years ago

Hi Shai, hi Victor.

@shaih This pull request includes all the latest improvements, refactoring and bug fixes.

@victorshoup This pull request brings the public HElib up to date with the codebase you and our team have been working on.

-Flavio

faberga commented 4 years ago

Thanks Shai.