-
Notifications
You must be signed in to change notification settings - Fork 212
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
r1cs replaced with gr1cs #378
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes
)?; | ||
} | ||
self.enforce_constraint(R1CS_PREDICATE_LABEL, vec![a, b, c]) | ||
// if self.should_construct_matrices() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo fix tracing
where | ||
PolynomialConstraint<F>: Evaluatable<F>, | ||
LookupConstraint<F>: Evaluatable<F>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where | |
PolynomialConstraint<F>: Evaluatable<F>, | |
LookupConstraint<F>: Evaluatable<F>, |
…emRef for matrix row creation
Description
This is a major refactor for migrating to GR1CS infrastructure
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
Pending
section inCHANGELOG.md
Files changed
in the Github PR explorer