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

I'd like to use the new binary arithmetic and comparison functions that have been recently introduced, but I've got a few questions. The first would be if using addManyNumbers is...

Hello, I am cross posting this to the NTL repo since this it strictly speaking an NTL question. I wish to do arithmetic on elements contained within an integer subring...

I would like to know if such an operation exists directly in HElib, or if it requires any specific operations to be performed in order to achieve it.

Is HElib still being developed or is in maintenance mode?

When I read context from a serialized string and use the context, my program crashed. The reason is "Context mismatch" or "inconsistent contexts". So I wonder why compare the address...

Auto-generated FFI bindings greatly reduce the burden of keeping a 3rd party library up to date. I'm exploring creating a Rust crate that binds to HElib. It appears promising. There...

I built and installed HElib following the instructions (package build). When I tried to run one of the example projects (BGV_binary_arithmetic) it segfaults before doing the two number multiplication. I...

I am trying to build HElib from source by running 'make' from within src/ folder. However, I get the following errors - '#include " - No such file or directory...

After intalling the HElib, I try supplied example, file name "01_ckks_basics.cpp", but the `ContextBuilder()` function seems has an error as following: ![image](https://github.com/homenc/HElib/assets/58027404/bbc89d22-e7ff-44b6-ac99-c3571a60ed8e) I sussessfully cmake it by `cmake -Dhelib_DIR=home/usr/local/share/cmake/helib ..`...