NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
70 stars 43 forks source link

`CompareBytesInWord ` hint (Keccak hint) #479

Closed TAdev0 closed 1 week ago

TAdev0 commented 1 week ago

Following hint is missing :

https://github.com/starkware-libs/cairo-lang/blob/efa9648f57568aad8f8a13fbf027d2de7c63c2c0/src/starkware/cairo/common/cairo_keccak/keccak.cairo#L211

 %{ ids.n_bytes < ids.BYTES_IN_WORD %}

this hint is used in _copy_inputs functions, used in _prepare_block which prepares a block for the block permutation