We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Keccak-256 is widely used in blockchain related technologies and currently Ballerina crypto module does not provide the Keccak-256 algorithm.
Extend the Ballerina crypto module to add the support for Keccak-256 hashing.
No response
The text was updated successfully, but these errors were encountered:
@MohamedSabthar Feature implemented and merged. ballerina-platform/module-ballerina-crypto#578
Sorry, something went wrong.
Fixed via: ballerina-platform/module-ballerina-crypto#578
thil4n
No branches or pull requests
Problem
Keccak-256 is widely used in blockchain related technologies and currently Ballerina crypto module does not provide the Keccak-256 algorithm.
Proposed Solution
Extend the Ballerina crypto module to add the support for Keccak-256 hashing.
Alternatives
No response
Version
No response
The text was updated successfully, but these errors were encountered: