What Are Merkle Trees?

Merkle trees, also known as hash trees or binary hash trees, are tree-like data structures used in computer science. They are named after their inventor, Ralph Merkle, who proposed the concept in 1...

By · · 1 min read
What Are Merkle Trees?

Source: Bitcoin Magazine

Merkle trees, also known as hash trees or binary hash trees, are tree-like data structures used in computer science. They are named after their inventor, Ralph Merkle, who proposed the concept in 1979. Merkle trees enable efficient and secure verification of large datasets by breaking them down into smaller, manageable parts.  The Bitcoin whitepaper lists […]