You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is it necessary to increase the standard deviation (stdev) of the noise during the encryption process when the degree m of the cyclotomic polynomial is not a power of two? For example, in the code snippet:
if (context.getZMStar().getPow2() == 0) // not power of two
stdev *= sqrt(context.getM());