mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 12:45:03 -05:00
* pack small items tightly to fit more items in single chunk, decreasing the number of hash operations needed * remove chunk padding - hash algorithm will pad to its own block size anyway * express data length in number of items instead of binary bytes at leaf level (equivalent)