dsuponitskiy
dsuponitskiy
see https://openfhe.discourse.group/t/bug-in-rpath-runpath-specification-in-cmakelists-txt/1071
1. src/binfhe/include/rgsw-cryptoparameters.h: in RingGSWCryptoParams() instead of "if ((method == LMKCDEY) **&** (numAutoKeys == 0))" there should be "if ((method == LMKCDEY) **&&** (numAutoKeys == 0))" 3. FindInVector() is defined in...
Mention the deadline (Release 1.2.0)
m_statisticalSecurity and m_numAdversarialQueries are currently of the double type, but are meant to store integers. the type should be changed to usint/uint32_t.
isCKKSRNS(), isBFVRNS(), isBGVRNS(). The functions defined in scheme-id.h can be used in the code
Remove PublicKey from the parameters passed to EvalAutomorphismKeyGen, EvalAtIndexKeyGen, EvalRotateKeyGen, EvalSumKeyGen, EvalSumRowKeyGen, EvalSumColsKeyGen as it is not used and make "privateKey" a const reference everywhere in that file