You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limit the zkTrie depth to 248 (low 31 bytes of poseidon hash) (scroll……-tech#4)
* use the lower 128-bit of hash output as the key
* x
* change some naming
* change the variable naming: Key->NodeHash
* update based on discussion
* update comment
* bump up zktrie cargo version