Merkle Tree

Cryptography 8 references

A tree of hashes that summarizes many items into one root hash. It enables efficient inclusion proofs: a node can prove a transaction is in a block without revealing all transactions.

Appears in 8 whitepaper sections

Related Stories