Merkle Tree
What is Merkle Tree?
A hash tree, also known as a Merkle tree, is a type of tree used in cryptography and computer science where each “leaf” is labeled with the cryptographic hash of a data block, and every node that isn’t a leaf is labeled with the labels of its child nodes.
Related: