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

Is old version without CKKS available? #436

Closed DylanWangWQF closed 3 years ago

DylanWangWQF commented 3 years ago

Hi, I'm doing some experiments based on BGV, and I have to simplify the codes (remove the codes related to CKKS) to save the memory.

Based on the latest HElib, I have to remove a lot of codes. While in CHANGES.md, the last version still contains CKKS.