added merkle hash tree graphics

This commit is contained in:
Arvid Norberg
2009-05-25 02:43:19 +00:00
parent f8ee1402c5
commit 95c3367b5e
3 changed files with 1723 additions and 0 deletions

View File

@@ -254,6 +254,11 @@ which lets peers verify every block of data received from peers, immediately. Th
gives a minimum turnaround time and completely removes the problem of identifying malicious
peers.
.. image:: merkle_tree.png
The root hash is built by hashing all the piece hashes pair-wise, until they all collapse
down to the root.
.. image:: storage.png
:align: right