-
Notifications
You must be signed in to change notification settings - Fork 116
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
Implement istanbul hard fork - EIP 1679 #415
Conversation
@@ -0,0 +1,141 @@ | |||
import nimcrypto/utils | |||
|
|||
# Blake2 `F` compression function |
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.
Shouldn't this change be contributed to NimCrypto? cc @cheatfate
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.
initially I have the same idea: cheatfate/nimcrypto#32. but I doubt there will be another use case.
The implementation of EIP 1679 (Istanbul HF) part 1 is done. |
Work in progress towards https://github.com/status-im/nimbus/issues/412