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

HElib v1.0.0 Dec2019 Release #339

Closed faberga closed 4 years ago

faberga commented 4 years ago

@shaih Hi Shai, with this release we are ready for HElib v1.0.0 (Christmas release :-) It includes

C++14 Standard (minimum level) New Ptxt Plaintext class that implements the same functionality of the Ctxt ciphertext class. Improved version of the ArgMap API for command line arguments. Restructuring of the project directory tree. Removed AES example - improved version on its way. Doxygen documentation. Bug fixes.

obs: Now that HElib is v1.0.0 , we will move to more frequent public updates for bug fixes using the 'dot dot' labeling.

@victorshoup this is the same release as the master we have locally.

faberga commented 4 years ago

I'm Closing this pull request to resubmit with additional commit..