Merkle trees are a fundamental part of blockchain technology. A Merkle tree is a structure that allows for efficient and secure verification of content in a large body of data. The project consists a python program which explains the working of Merkle Tree along with it's impementation.
chiukapoor/MerkleTree
A python program which explains the working of Merkle Tree along with it's impementation.
PythonGPL-3.0