yspolyakov

Results 25 issues of yspolyakov

1. `!defined(__EMSCRIPTEN__)` is missing for many operations in dcrtpoly.cpp (although it was present in PALISADE). 2. "node unittest/pke_tests.js" fails with an exception

bug
new feature

Use the script in https://github.com/openfheorg/openfhe-lattice-estimator to optimize the named parameters sets (wherever possible).

optimization

1. Currently `binfhecontext.h` is included in one of the file in `pke`. We should find a cleaner approach.

cleanup

Currently one parameter is used for both.

cleanup

new feature

FHEW/TFHE bootstrapping can be for PRE.

new feature

The current implementation has many branches and is hard to follow.

cleanup

This affects EvalAtIndexKeyGen, EvalSum*KeyGen, and similar methods in cryptocontext.h/.cpp. One of the ideas is to pass a vector or set of the existing indices down to lower level functions

optimization