-
Notifications
You must be signed in to change notification settings - Fork 32
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
Feature: Implement KZG commitment functionality and hints #304
Conversation
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.
Some simple comments, I need to review the code this is coming from in depth.
Co-authored-by: Olivier Desenfans <[email protected]>
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.
More comments on the FFT part, I need the source for the rest of the code to continue the review.
Co-authored-by: Olivier Desenfans <[email protected]>
* support for L1 Handler txs * fixes from review
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.
Add a block with KZG to the prove block itests.
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.
@notlesh please add the integration test with the "blob" blocks that now are passing :)
Done, I added two at random out of about a dozen that I found. |
We should also possibly retitle this PR to represent the current work. |
This pull request adds a new hint related to the
KZG commitment
functionality, implementing KZG commitment generation and testing it.It includes the introduction of FFT and blob handling for KZG commitments.
Type
Related
#176
Requires Moonsong-Labs/cairo-vm#41
Breaking changes?