-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: ecip circuit #732
Comments
Some updates on implementing the ECIP circuit of 2 points. The computation is done through a hint, which fills the memory with all the required values to verify the eq ( ObservationsI've noticed a few discrepancies between the In
ImplementationWhat has to be implemented? The objective is to assert that
Computing LHSCompute
Computing RHSCompute
Final CheckVerify that |
The order of the ecip_input is based on the calls to |
Why
When we merged #291 we removed the ecdsa circuit builder in python (see https://github.com/feltroidprime/keth/blob/f5f8e0b657731469e77fae359e3bf8d59cdefea3/cairo/src/utils/ecdsa_circuit.py)
We need to be able to build the ecip circuit from our codebase
What
Write a cairo zero circuit with the same logic that compiles to the same circuit.
How
The text was updated successfully, but these errors were encountered: