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

Rename SHA3 -> Keccak256 #3749

Merged
merged 2 commits into from
Apr 22, 2022
Merged

Rename SHA3 -> Keccak256 #3749

merged 2 commits into from
Apr 22, 2022

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Apr 21, 2022

Ethereum doesn't do "offcial" sha3, we do keccak256.

Signed-off-by: Danno Ferrin danno.ferrin@gmail.com

PR description

Fixed Issue(s)

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if
    updates are required.

Changelog

Ethereum doesn't do "offcial" sha3, we do keccak256.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
@shemnon shemnon enabled auto-merge (squash) April 22, 2022 00:21
@sonarcloud
Copy link

sonarcloud bot commented Apr 22, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

80.0% 80.0% Coverage
0.0% 0.0% Duplication

@@ -7,6 +7,9 @@

## 22.4.0-RC2

### Breaking Changes
- In the Besu EVM Library all references to SHA3 have been renamed to the more accurate name Kecack256, including class names and comment. [#3749](https://github.com/hyperledger/besu/pull/3749)
Copy link
Contributor

Choose a reason for hiding this comment

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

s/Kecack/Keccak

@shemnon shemnon merged commit 1693db9 into hyperledger:main Apr 22, 2022
garyschulte pushed a commit to garyschulte/besu that referenced this pull request May 2, 2022
 Rename SHA3 -> Keccak256

Ethereum doesn't do "official" sha3, we do keccak256, so rename as needed to reflect that reality.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
 Rename SHA3 -> Keccak256

Ethereum doesn't do "official" sha3, we do keccak256, so rename as needed to reflect that reality.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants