Closed GrapeBaBa closed 2 years ago
Great question. This is an ethereum specific limitation noted in https://notes.ethereum.org/@vbuterin/verkle_tree_eip#Tree-embedding
If you have a structure that is more than 32 bytes, you can always hash it with a collision resistant hash function like sha256 to produce 32 bytes
What is the purpose or limitation for value is only 32 bytes?