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

Removal of test Test_LinPoly #326

Open jimboz opened 4 years ago

jimboz commented 4 years ago

Hi,

I have noticed that the sample test which demonstrated applying the same or different transformations to slots has been removed in newer versions of HElib, although the key functions still remain (applyLinPoly1/applyLinPolyMany).

I am wondering is there now some more efficient way of applying transformations to slots to explain removal of this important demonstration?

Thank you.