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

Add implementations for all hashes supported by Fabric v2.5 #580

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

bestbeforetoday
Copy link
Member

@bestbeforetoday bestbeforetoday commented Apr 21, 2023

Compatible change of Java Hash class to an enum since this allows hash algorithms to named following Java naming conventions as upper-case constants with underscores rather than as camel-case, which makes it much easier to distinguish SHA3 algorithms (for example, SHA3_256 rather than sha3256).

Closes #579

@andrew-coleman andrew-coleman merged commit 7ccb343 into hyperledger:main Apr 25, 2023
@bestbeforetoday bestbeforetoday deleted the hash branch April 25, 2023 15:50
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.

Support same default set of hashes as Fabric
2 participants