Closed tremblerz closed 4 years ago
poly_modulus_degree = 8192
will work
You can read the MS example's notes. 1_bfv_basics.cpp
Understand the meaning of the print(CoeffModulus.MaxBitCount(poly_modulus_degree))
is necessary.
Thanks! Need to do some reading here.
The code following performs multiplication over a, b, c, and d. Till a, b, and c, I get correct results but then it doesn't work. I do apply relinearization keys in order to keep the noise budget in control but that doesn't seem to help.
Output -