cairo-vm_in_go icon indicating copy to clipboard operation
cairo-vm_in_go copied to clipboard

Blake2s Hints

Open jrchatruc opened this issue 1 year ago • 0 comments

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 #311
  • [ ] BLAKE2S_FINALIZE #312
  • [ ] BLAKE2S_ADD_UINT256 #314
  • [ ] BLAKE2S_ADD_UINT256_BIGEND #312

jrchatruc avatar Sep 12 '23 14:09 jrchatruc