Merkel Tree: What is it, and how does it work?
23 Jun 2023 4 minute read 2 comments kishankumar
A Merkle Tree is a binary tree of hash values, where each leaf node represents a single piece of data or a hash of a piece of data. It is used to verify the integrity of large amounts of data efficiently. It was invented by Ralph Merkle in 1979 and i...