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

Fix hash function in SC library #611

Closed
samuelmanzanera opened this issue Oct 7, 2022 · 1 comment
Closed

Fix hash function in SC library #611

samuelmanzanera opened this issue Oct 7, 2022 · 1 comment
Assignees
Labels
bug Something isn't working smart contracts Involve smart contracts

Comments

@samuelmanzanera
Copy link
Member

Current implementation of the hash function in the smart contract library is using the implementation by Archethic.
This means a byte prepends the digest to indicate the algorithm used.
However, to be interoperable with should return the pure digest.

@samuelmanzanera
Copy link
Member Author

Closed by #613

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working smart contracts Involve smart contracts
Projects
None yet
Development

No branches or pull requests

1 participant