Change sponge_absorb_mem
to be used in combination with recurse_or_return
?
#303
Labels
⏩ speedup
Makes stuff go faster.
Cf. #302 instructions that mutate a pointer value should, if possible, read the pointer value from
ST[5]
orST[6]
.I think it should be possible to replace the loop-condition here if
sponge_absorb_mem
had five dummy-stack values instead of four and it mutatedST[5]
instead ofST[0]
as it does now.With this change the code could be reduced to
The text was updated successfully, but these errors were encountered: