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

Remove unused printPoly method from BGV_country_db_lookup.cpp #397

Closed Otto-AA closed 1 year ago

Otto-AA commented 3 years ago

The printPoly in BGV_country_db_lookup.cpp was added in this commit but isn't used in this file.

faberga commented 1 year ago

Hi @Otto-AA, Thank you for your contribution.

Although not used in the example, the printPoly method is the as example of a utility function to print polynomials.

Closing this PR without merging.