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

fix dimension check in bgv.mul verifier #733

Conversation

AlexanderViand-Intel
Copy link
Collaborator

Verifier logic for bgv.mul output degree was incorrect (and did not match type inference logic, which was correct).

With this fix, you should now be able to express multiplications of already multiplied values (without a relinerization in between) which might be helpful for the layz relin optimization (#599)

@j2kun
Copy link
Collaborator

j2kun commented Jun 10, 2024

LGTM! Just needs a rebase I believe.

@AlexanderViand-Intel
Copy link
Collaborator Author

LGTM! Just needs a rebase I believe.

Done :)

@j2kun j2kun added the pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing label Jun 11, 2024
@copybara-service copybara-service bot merged commit e3f4bc6 into google:main Jun 11, 2024
9 checks passed
@AlexanderViand-Intel AlexanderViand-Intel deleted the bgv_mul_verifier_dimension_fix branch June 20, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants