Cryptography
Merkle Tree
A tree data structure where each leaf node contains a hash and each non-leaf node contains the hash of its children.
What is a Merkle Tree?
A Merkle tree is a hierarchical hash structure that efficiently verifies data integrity. Each leaf contains a data hash, and parent nodes contain hashes of their children, creating a tamper-evident tree.