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

PSI IO #484

Closed jlhcrawford closed 1 year ago

jlhcrawford commented 1 year ago

Extension of HElib's PSI/partial match engine to add functionality that allows HEQL queries to be passed in at runtime via strings. This includes

Generalised version of psiio in helib/misc/psi/psiio to accept both helib::Ctxt and helib::Ptxt<helib::BGV> types. Previous code only accepted helib::Ctxt. Added Gtests local to psiio.