Thank you very much!! A couple of questions/notes:
-
Does this multi-thread mode require any procedure to be activated? Or is it activated by default in any multithread CPU?
-
It looks like under this new update the function that i borrowed from (OpenFHE CKKS chooses modulus chain that doesn't guarantee 128 bits of security), namely
print_moduli_chainnow only returns moduli in Q and not in the whole QP anymore… nothing crazy, for now I am using theEstimateLogPfunction inCryptoParametersRNS, however I was wondering if something in this new update prevents thepoly.GetNumOfElements()function to return the auxiliary moduli or is it a wanted behavior.
thank you very much as always for the hard work and keeping everything open source :)))