-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement BLAKE3 opcodes #68
Comments
It must be checked not to break WASM compatibility: strict-types/strict-types#10 |
Hello @dr-orlovsky, how are you? I want to learn about AluVM, and there is nothing better than solving a problem as it is. I implemented Blake3 in AluVM, but how do I test it? I didn't find automated tests for hash functions, and I was unsure how to do the tests. Thanks |
Thank you for your interest! The only way to test it is to find test vectors for BLAKE3 and write unit tests. Or, in more simple way, you can hash with Blake3 API directly - and compare result with what you receive from AluVM script executing that op code |
Great! Thank you. |
Hi
Do you have any other suggestions for implementing BLAKE3 opcode? |
No, I do not have any other suggestions. |
No description provided.
The text was updated successfully, but these errors were encountered: