A stream that generates a merkle tree based on the incoming data
Go to file
Luke Murphy 9776cea9f0
continuous-integration/drone/push Build is passing Details
Appease black
2020-05-16 18:37:43 +02:00
merkle_tree_stream Appease black 2020-05-16 18:37:43 +02:00
test Appease black 2020-05-16 18:37:43 +02:00
.drone.yml Follow the rename and reduce boilerplate 2020-05-16 18:31:01 +02:00
.gitignore Initialise the new module boilerplate 2019-07-08 11:40:40 +02:00
CHANGELOG.md Follow the rename and reduce boilerplate 2020-05-16 18:31:01 +02:00
LICENSE Follow the rename and reduce boilerplate 2020-05-16 18:31:01 +02:00
MANIFEST.in Follow the rename and reduce boilerplate 2020-05-16 18:31:01 +02:00
README.md Fix typo 2020-05-16 18:32:17 +02:00
mypy.ini Follow the rename and reduce boilerplate 2020-05-16 18:31:01 +02:00
pyproject.toml Follow the rename and reduce boilerplate 2020-05-16 18:31:01 +02:00
setup.cfg Follow the rename and reduce boilerplate 2020-05-16 18:31:01 +02:00
setup.py Initialise the new module boilerplate 2019-07-08 11:40:40 +02:00
tox.ini Remove unknown deps 2020-05-16 18:32:43 +02:00

README.md

merkle-tree-stream

Build Status

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.