-
Notifications
You must be signed in to change notification settings - Fork 304
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
precompiles: Add BLS precompiles IDs #984
Conversation
2395483
to
7ee9268
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #984 +/- ##
==========================================
- Coverage 94.29% 94.01% -0.28%
==========================================
Files 143 143
Lines 16142 16200 +58
==========================================
+ Hits 15221 15231 +10
- Misses 921 969 +48
Flags with carried forward coverage won't be shown. Click here to find out more.
|
7ee9268
to
4ded90a
Compare
86feea6
to
83bc986
Compare
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.
Commit pedantics: use "BLS" name and link the EIP.
83bc986
to
4ba906b
Compare
4ba906b
to
2a4405b
Compare
Implementation of the `bls12_g1add` precompile: E1 affine points' addition from BLS12-381 curve according to the EIP-2537 spec https://eips.ethereum.org/EIPS/eip-2537#abi-for-g1-addition. Depends on #984
Preparation to implementation of EIP-2537: "Precompile for BLS12-381 curve operations".