This commit is contained in:
parent
766d2ef38b
commit
d218642916
@ -8,7 +8,7 @@
|
|||||||
$ pip install merkle-tree-stream
|
$ pip install merkle-tree-stream
|
||||||
```
|
```
|
||||||
|
|
||||||
A hash tree or merkle tree is a tree in which every leaf node is labelled
|
A hash tree or merkle tree is a tree in which every leaf node is labelled with
|
||||||
with the hash of a data block and every non-leaf node is labelled with the
|
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
|
cryptographic hash of the labels of its child nodes. Merkle trees in Dat are
|
||||||
are specialized `flat trees`\_ that contain the content of the archives.
|
specialized flat trees that contain the content of the archives.
|
||||||
|
Loading…
Reference in New Issue
Block a user