A stream that generates a merkle tree based on the incoming data
|
||
---|---|---|
merkle_tree_stream | ||
test | ||
.drone.yml | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
MANIFEST.in | ||
mypy.ini | ||
pyproject.toml | ||
README.md | ||
setup.cfg | ||
setup.py | ||
tox.ini |
merkle-tree-stream
A stream that generates a merkle tree based on the incoming data
$ pip install merkle-tree-stream
A hash tree or merkle tree is a tree in which every leaf node is labelled
with the hash of a data block and every non-leaf node is labelled with the
cryptographic hash of the labels of its child nodes. Merkle trees in Dat
are specialized flat trees
_ that contain the content of the archives.