cairo-vm_in_go
cairo-vm_in_go copied to clipboard
Blake2s Hints
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