TritonVM / tasm-lib

A collection of functions written in Triton VM assembly (tasm)
Apache License 2.0
11 stars 2 forks source link

Add snippet for absorbing statically-sized sequences #94

Closed Sword-Smith closed 5 months ago

Sword-Smith commented 5 months ago

We can probably save 10-20 % on the opstack table height which is the current bottleneck for the STARK verifier written in TASM by doing this. Let's add that snippet and use it in combination with hash_varlen!