-
Notifications
You must be signed in to change notification settings - Fork 644
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
feat: Rename all SHA3 opcodes to KECCAK256 #514
Conversation
@tungbq thank you for taking this! There is one function |
crates/precompile/Cargo.toml
Outdated
@@ -17,7 +17,7 @@ once_cell = "1.17" | |||
ripemd = { version = "0.1", default-features = false } | |||
secp256k1 = { version = "0.27.0", default-features = false, features = ["alloc", "recovery"], optional = true } | |||
sha2 = { version = "0.10.5", default-features = false } | |||
sha3 = { version = "0.10.7", default-features = false } |
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.
PR was just to rename things, revert this change of library.
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.
Updated
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.
there are failing test
Updated |
Looks nice, will merge it after CI finishes |
Closes: #513