-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adapt blake2 precompile to match the EIP #36
Comments
Could you explain a bit further what has to be done? Here is what I understand so far:
Based on data length |
@hugo-dc sorry for the delay. Yes, that is correct, it needs to follow what specification of the EIP. I'm not sure if we can use the current crate - likely not -, because we need direct access to all parameters of blake2. |
The current version of the Blake2 precompile is here: ethereum/EIPs#2024 Our code is pretty close to that and would be easy to update. |
It seems the now-current proposal is at ethereum/EIPs#2129, which brings us back to a specification similar to #36 (comment) |
The final EIP, which went live 2 days ago with Istanbul, is quite different: https://eips.ethereum.org/EIPS/eip-152 |
See ethereum/EIPs#152
The text was updated successfully, but these errors were encountered: