Luke Murphy d218642916
Some checks failed
continuous-integration/drone/push Build is failing
Fix typo
2020-05-16 18:32:17 +02:00
2019-12-04 22:50:39 +07:00
2020-05-16 18:32:17 +02:00
2019-07-08 11:40:40 +02:00

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.

Description
A stream that generates a merkle tree based on the incoming data
Readme 128 KiB
Languages
Python 100%