Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error bound during multiplication and addition operation operation #645

Open
ayushmohod opened this issue Jun 8, 2023 · 0 comments
Open

Comments

@ayushmohod
Copy link

There is an error bound in SEAL, as with each multiplication, the error increases. Eventually, there comes a point where the error exceeds a certain threshold, resulting in incorrect decryption. I would like to know about the limits of operations that SEAL can perform for each polynomial degree, such that the error stays within the bound required for correct decryption. Specifically, I am interested in understanding the limit of multiplication and addition operations that SEAL can handle without exceeding the error bound. Additionally, I would like to know how this error bound is calculated and the parameters upon which it depends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant