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

Extensions to PSI Logic, Updated CI, and Bug Fixes #494

Closed TabOg closed 11 months ago

TabOg commented 1 year ago

Added support for processing queries with the NOT operator homomorphically. Introduced the NOT Expr, and a corresponding inline NOT QueryExpr Within the weights, or CNF, framework:

Updated CI

Bug Fix for unsafe use of sprintf

Co-authored-by: @TabOg Co-authored-by: @jlhcrawford Co-authored-by: @hamishun Co-authored-by: @faberga