-
Notifications
You must be signed in to change notification settings - Fork 381
feat(aggregation_mode): aggregate proofs in chunks #1896
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
base: staging
Are you sure you want to change the base?
Conversation
…ead of a composite
…ith risc0 features" This reverts commit bd5ad9d.
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.
We need to double check the soundness of this
This is unsound, you need to check if the aggregated proof came from the right ELF, you can test hacking it with another program that has the right public inputs but it's not fro man Agg proof. Also, don't do something that commits and with an if you don't commit in one case, make it more explicit |
Description
Split the aggregation of proofs in chunks of 512 items.
Type of change
Please delete options that are not relevant.
Checklist
testnet
, everything else tostaging