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

feat: database lookup -> key(string) + value(int) #456

Closed meck93 closed 2 years ago

faberga commented 2 years ago

Hi @meck93. Did you intend to raise this PR against HElib homenc/master? Looking at your repository, is seems it was meant to https://github.com/meck93/HElib/ like your other local PRs https://github.com/meck93/HElib/pulls.

meck93 commented 2 years ago

Hi @faberga. Haha ;-) Nope sorry, that was a mistake. I intended to open the PR against https://github.com/meck93/HElib since this is just a change to a toy example.