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 support for Keccak-256 and SHA3 hashing #676

Closed
tomerweller opened this issue Feb 7, 2023 · 4 comments
Closed

Add support for Keccak-256 and SHA3 hashing #676

tomerweller opened this issue Feb 7, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request hostfunction Work on specific host functions

Comments

@tomerweller
Copy link

This is widely supported in the cryptocurrency ecosystem and a pre-requisite for some bridges

@jayz22 jayz22 self-assigned this Feb 8, 2023
@jayz22 jayz22 added hostfunction Work on specific host functions enhancement New feature or request labels Feb 8, 2023
@jayz22
Copy link
Contributor

jayz22 commented Mar 21, 2023

Just to make a note: we can clean up some functions in mod conversion into a new crypto module with this task.
see #704 (comment)

@tomerweller
Copy link
Author

Adding SHA3-256 to this issue as it's the same algorithm as Keccak-256 (minus a padding difference) and both are usually provided by the same libraries (rust example).

@tomerweller tomerweller changed the title Add support for Keccak-256 hashing Add support for Keccak-256 and SHA3 hashing May 2, 2023
@graydon
Copy link
Contributor

graydon commented Jun 12, 2023

WIP change here: #839

@jayz22
Copy link
Contributor

jayz22 commented Jun 16, 2023

Resolved by #839

@jayz22 jayz22 closed this as completed Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hostfunction Work on specific host functions
Projects
None yet
Development

No branches or pull requests

3 participants