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
The first step to setup the prover is to create a layout for the trace that we will then use to apply the polynomial constraints. The layout is detailed in this implementation of a cairo prover which I suggest we could retro-engineer : https://github.com/maxgillett/giza/blob/master/runner/src/trace.rs#L101 . For each step it looks like so (as mentioned here: https://github.com/maxgillett/giza/blob/master/core/src/lib.rs#L22) :
I propose for it to be put next to the relocation tables in the prover tab.
The text was updated successfully, but these errors were encountered:
AntoineFONDEUR
No branches or pull requests
The first step to setup the prover is to create a layout for the trace that we will then use to apply the polynomial constraints.
The layout is detailed in this implementation of a cairo prover which I suggest we could retro-engineer : https://github.com/maxgillett/giza/blob/master/runner/src/trace.rs#L101 .
For each step it looks like so (as mentioned here: https://github.com/maxgillett/giza/blob/master/core/src/lib.rs#L22) :
I propose for it to be put next to the relocation tables in the prover tab.
The text was updated successfully, but these errors were encountered: