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 tap caching #346

Merged
merged 1 commit into from Jan 24, 2023
Merged

Fix tap caching #346

merged 1 commit into from Jan 24, 2023

Conversation

shkoo
Copy link
Contributor

@shkoo shkoo commented Jan 24, 2023

This makes it so verify can run more than one verify per VerifyHal instance on the same circuit in the case where the different proofs have different mix values.

This makes it so verify can run more than one verify per VerifyHal instance on the same circuit in the case where the different proofs have different mix values.
@shkoo shkoo marked this pull request as ready for review January 24, 2023 21:18
@shkoo shkoo requested a review from flaub January 24, 2023 21:19
@shkoo shkoo enabled auto-merge (squash) January 24, 2023 21:19
@shkoo shkoo merged commit e9e78ea into main Jan 24, 2023
@shkoo shkoo deleted the nils/tap_cache branch January 24, 2023 21:23
@@ -132,22 +131,24 @@ mod host {
};

struct TapCache<F: Field> {
taps: *const TapSet<'static>,
Copy link
Member

Choose a reason for hiding this comment

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

Is there a way to use a borrow rather than a pointer?

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.

None yet

3 participants