-
Notifications
You must be signed in to change notification settings - Fork 285
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
Add native implementation of BLAKE2bf precompile #857
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #857 +/- ##
==========================================
- Coverage 98.13% 98.10% -0.03%
==========================================
Files 125 127 +2
Lines 13095 13171 +76
==========================================
+ Hits 12851 12922 +71
- Misses 244 249 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
33af85c
to
b7fb324
Compare
5187061
to
f82140a
Compare
Adds the implementation of the BLAKE2b compress function F following the [RFC 7693](https://datatracker.ietf.org/doc/html/rfc7693).
Implement [EIP-152](https://eips.ethereum.org/EIPS/eip-152) "BLAKE2 compression function `F` precompile" by exposing the `evmone::crypto::blake2b_compress()`.
308c86a
to
b2af042
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.
👍
Thanks for the review but don't merge next time :) |
F
precompile" by exposing theevmone::crypto::blake2b_compress()
.