Skip to content
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

Merged
merged 10 commits into from
Jul 10, 2023
Merged

Conversation

tungbq
Copy link
Contributor

@tungbq tungbq commented Jun 7, 2023

Closes: #513

@rakita
Copy link
Member

rakita commented Jun 9, 2023

@tungbq thank you for taking this!

There is one function sha3 that could use renaming.

@tungbq
Copy link
Contributor Author

tungbq commented Jun 10, 2023

@tungbq thank you for taking this!

There is one function sha3 that could use renaming.

Thanks @rakita for reviewing. I've updated the new commits to update sha3 function.
Please check if it meets the requirements. Thanks

@@ -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 }
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@tungbq tungbq requested a review from rakita June 13, 2023 16:32
Copy link
Member

@rakita rakita left a 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

@tungbq
Copy link
Contributor Author

tungbq commented Jun 24, 2023

there are failing test

Updated

@tungbq tungbq requested a review from rakita June 24, 2023 06:02
@rakita
Copy link
Member

rakita commented Jun 27, 2023

Looks nice, will merge it after CI finishes

@rakita rakita merged commit 36de35b into bluealloy:main Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename all SHA3 opcodes to KECCAK256
2 participants