/MerkleTree

A python program which explains the working of Merkle Tree along with it's impementation.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MerkleTree

License: GPL v3

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.