proto-kit / framework

Apache License 2.0
28 stars 10 forks source link

Update State Storage to use Linked Merkle Tree #211

Open ejMina226 opened 1 month ago

ejMina226 commented 1 month ago

This change allows us to reduce the size of the state storage tree from 2256 to 240 , without fear of hash-collisions. These smaller trees will provide significant improvements to the performance (e.g. less hashing in circuits).

See #222 as well