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
First, exp2piAndEqual function is used in "bootstrapping" process.
And during bootstrapping scaling factor is change temporary, so we do not use logp = cipher.logp.
About the second question, divByPo2AndEqual and reScaleByAndEqual are different algorithms.
For example, divByPo2AndEqual does not change cipher.logp but reScaleByAndEqual changes it.
Why does Scheme::exp2piAndEqual not use logp=cipher.logp ?
The text was updated successfully, but these errors were encountered: