We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously, we use layered circuit built from gates like mul3 / mul2 / add / add_const as the abstraction / frontend to program keccak circuit. This abstraction (defined in a line of works on GKR) is not efficient as we expected.
mul3 / mul2 / add / add_const
In this issue, we want to extract out ideas in the prototype made by @dreamATD in https://github.com/scroll-tech/ceno/tree/new-gkr-keccak so as to allow us write other precompiles in a easy way.
The text was updated successfully, but these errors were encountered:
Please provide some context and elaborate what's supposed to be done for this issue.
Sorry, something went wrong.
Added. ☝️
dreamATD
No branches or pull requests
Previously, we use layered circuit built from gates like
mul3 / mul2 / add / add_const
as the abstraction / frontend to program keccak circuit. This abstraction (defined in a line of works on GKR) is not efficient as we expected.In this issue, we want to extract out ideas in the prototype made by @dreamATD in https://github.com/scroll-tech/ceno/tree/new-gkr-keccak so as to allow us write other precompiles in a easy way.
The text was updated successfully, but these errors were encountered: