openfhe-development icon indicating copy to clipboard operation
openfhe-development copied to clipboard

This is the development repository for the OpenFHE library. The current (stable) version is v1.1.4 (released on March 8, 2024).

Results 137 openfhe-development issues
Sort by recently updated
recently updated
newest added

I am able to disable tcmalloc from https://github.com/openfheorg/openfhe-development/issues/761, and in that case I'm seeing some test failures when testing OpenFHE v1.1.4 internal to Google. The following tests fail with an...

bug

I have a bit of a strange situation. Google internally uses clang+tcmalloc by default for all its builds, and in v1.1.4 I've encountered a few crashes that occur whenever an...

Also, for a specific rotation index, keep only the key with the most towers (in the cryptcontext map with all automorphism keys). A related issue was originally opened in palisade:...

new feature
optimization

For the expansion factor, we can use $N$ instead of $2 \sqrt{N}$ for the cases where worst-case estimates are desired.

new feature

See https://openfhe.discourse.group/t/evalsumcols-with-small-batching-size/1238 for more details

bug

caused by mismatch of m_originalModulus values within ildcrtparams

bug

- Introduce VectorLWECipherText with cached validation flag - this has potential to speedup the evaluation of binary operators etc. - early exit when possible