-
Notifications
You must be signed in to change notification settings - Fork 18
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
Degree >2 expression in JALR #502
Comments
I think this bug is triggered by the constraints below. ceno/ceno_zkvm/src/instructions/riscv/jump/jalr.rs Lines 74 to 77 in 9dd45db
|
Can we add a check for constraint degree as part of the normal tests you get with |
Hmm, but that only looks like a cubic expression to me? Are you sure it's that one? |
There are 2 possible quick approach
I think opt 1 is easier with minimal cost, opt 2 is even better |
@matthiasgoergens The actual expression that is proved by sumcheck looks like |
Thanks, that makes sense. |
You can reproduce this issue by running the cmd in the
feat/guest-example
branchto see the error msg
The text was updated successfully, but these errors were encountered: