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

Feat/gkr testing #740

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Feat/gkr testing #740

wants to merge 21 commits into from

Conversation

Tabaie
Copy link
Contributor

@Tabaie Tabaie commented Jun 29, 2023

User should be able to use GKR in testing mode, without a full-on prover involved.

@Tabaie Tabaie marked this pull request as ready for review June 30, 2023 21:04
@Tabaie Tabaie requested a review from gbotrel August 4, 2023 16:32
@gbotrel gbotrel changed the base branch from develop to master August 22, 2023 19:49
if o, ok := other.(*system); !ok {
return false
} else {
systemDiff := constraint.SystemDiff(s.System, o.System)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't see any usage of SystemDiff aside the present one. Is it for debugging?

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.

2 participants