Merkle Tree Hashing in Blockchain
In my previous post, I explained how the P2P network makes blockchain to be the most efficient technology. In 1979 Ralph Merkle created and patented one of the most relevant and optimized data-structure modifications combining a hash-list and a binary tree. Merkle trees are the basic fundamental of blockchain structure, It is used to make …