You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task requires us to implement the Blake2s Hash function ourselves (as it's a custom one) and a bunch of utility functions. To do it, you can follow the Python or the Rust implementations (here and here).
This task requires us to implement the Blake2s Hash function ourselves (as it's a custom one) and a bunch of utility functions. To do it, you can follow the Python or the Rust implementations (here and here).
Once that's implemented, the list of hints is:
BLAKE2S_COMPUTE
Implement Blake2s Hints (Part 1) #311BLAKE2S_FINALIZE
Implement Blake2s hints (Part 2) #312BLAKE2S_ADD_UINT256
Implement Blake2s hints (Part 3) #314BLAKE2S_ADD_UINT256_BIGEND
Implement Blake2s hints (Part 2) #312The text was updated successfully, but these errors were encountered: