dsuponitskiy

Results 26 issues of dsuponitskiy

1. Link OpenFHE with Emscripten and -DNATIVE_SIZE=64 2. Run node ./unittest/pke_tests.js on a Ubuntu machine with 16GB or 32GB RAM Unittests in src/pke/unittest/utckksrns/UnitTestCKKSrns.cpp (EVAL_FAST_ROTATION_41 and all others after it) and...

bug

This ticket is to simplify CMakeList.txt and replace some blocks of code with cmake macros. A new file with macros will be added.

cleanup

example: src/pke/include/scheme/ckksrns/ckksrns-fhe.h: static uint32_t GetBootstrapDepth()

cleanup

**src/pke/lib/scheme/ckksrns/ckksrns-utils.cpp: uint32_t Degree(const std::vector& coefficients) {** uint32_t deg = 1; for (int i = coefficients.size() - 1; i > 0; i--) { if (**coefficients[i] == 0**) {

question

1. In Serializable: implement virtual SerializedObjectName() to return the correct type name of any object derived from Serializable and remove all other implementations of SerializedObjectName(). 2. In Serializable: implement static...