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 760 forks source link

Deprecated Functions #427

Closed jlhcrawford closed 3 years ago

jlhcrawford commented 3 years ago

This is the second part of the deprecated functions work.

jlhcrawford commented 3 years ago

This PR has passed all Travis https://travis-ci.com/github/IBM-HElib/HElib/builds/218380920 and Jenkins build and regression tests on: Ubuntu 18.04, Ubuntu 20.04, CentOS 7, CentOS 8, Fedora 32, Fedora 33, MacOS Catalina, and MacOS Mojave.