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
Currently, the lib handles plaintext and ciphertexts in NTT representation.
Instead, it may be desirable to handle them in PowerBasis representation.
We should make sure that such a change doesn't impact the performances (it will some of them, so it's important to measure to decide if the change is worth it);
The expansion, instead of multiplying with a monomial, should use the fact that we are in power basis representation to easily multiply.
To still allow for fast multiplication by plaintext, it should probably store both the poly and poly_ntt
The text was updated successfully, but these errors were encountered:
Currently, the lib handles plaintext and ciphertexts in NTT representation.
Instead, it may be desirable to handle them in PowerBasis representation.
The text was updated successfully, but these errors were encountered: