HElib icon indicating copy to clipboard operation
HElib copied to clipboard

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...

Results 116 HElib issues
Sort by recently updated
recently updated
newest added

> HElib is an open-source ([Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0)) software library that implements [homomorphic encryption](http://en.wikipedia.org/wiki/Homomorphic_encryption) (HE). why not FHE if it supports bootstrapping?

I am trying to get matching score for query in an encrypted db but I can't seem to make it work. I keep getting `libc++abi: terminating with uncaught exception of...

Hi everyone, Does anyone have experience with using the "thin" slots to coefficients transformation in HElib for the p=257 case? It doesn't seem to output the sparsely packed slot elements...

Does Helib support Batch Encode in BFV/BGV. I've read some documents in these we found that we can not use Bootstrapping if t is not a prime power, while we...

I only encrypt two data: a and b. if I want to multiply the ciphertext by a (2 * 2) matrix, do I need to add zeros to expand the...

I try to turn the AEShomo to SM4homo,so I revise the AEShomo code which is too old to adapt to newest HELib. I have already fixed a number of bugs....