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

Cache values in VerifyingKey that can be computed on construction #607

Merged
merged 2 commits into from
Jun 22, 2022

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Jun 22, 2022

No description provided.

This means we only need to `Debug`-format the `PinnedVerificationKey`
once on construction, instead of once per proof.
This means we only compute the degree in a verification context during
construction, instead of twice per proof in the permutation argument.
@str4d str4d merged commit 745f5d1 into main Jun 22, 2022
@str4d str4d deleted the caching branch June 22, 2022 20:53
Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

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

Post-hoc utACK.

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.

3 participants