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

chore: Minor Gemini updates in prep for more general shifts #11292

Closed
wants to merge 18 commits into from

Conversation

ledwards2225
Copy link
Contributor

Prior to this PR the Gemini code was confusing in a number of ways. (1) The methods did not really do what they said they did. e.g.

@ledwards2225 ledwards2225 self-assigned this Jan 17, 2025
@ledwards2225 ledwards2225 marked this pull request as ready for review January 17, 2025 18:40
@@ -163,24 +163,29 @@ TYPED_TEST(ShpleminiTest, CorrectnessOfGeminiClaimBatching)
}

for (auto& poly : pcs_instance_witness.to_be_shifted_polynomials) {
batched_unshifted.add_scaled(poly, rhos[idx]);
batched_to_be_shifted.add_scaled(poly, rhos[idx]);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was just a bug in the test?

@ledwards2225
Copy link
Contributor Author

superceded

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

Successfully merging this pull request may close these issues.

1 participant