-
Notifications
You must be signed in to change notification settings - Fork 17
Eip 2537 precompile for bls12 381 curve operations #654
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: master
Are you sure you want to change the base?
Eip 2537 precompile for bls12 381 curve operations #654
Conversation
@@ -0,0 +1,11 @@ | |||
(module bls) | |||
|
|||
(defconstraint id-increment () |
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.
Why we don't do like with other modules and just call WCP to check the id increment ?
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 used this same approach in ecdata
, too. Is there any advantage in doing this with wcp lookups?
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.
simplicity, we do like this with SHAKIRA, BLAKEMODEXP, less columns, we had a failing edgecase with the manual byte decomposition with EcDAta on mainnet few months ago
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 even have a spec issue to delete it from EcData : https://github.com/Consensys/linea-specification-internal/issues/482
No description provided.