首页 > 其他 > 详细

hash tree

时间:2014-01-25 20:29:37      阅读:503      评论:0      收藏:0      [点我收藏+]

http://en.wikipedia.org/wiki/Hash_list

In computer science, a hash list is typically a list of hashes of the data blocks in a file or set of files

An important use of hash lists is to make sure that data blocks received from other peers in a peer-to-peer network are received undamaged and unaltered, and to check that the other peers do not "lie" and send fake blocks.

 

 

http://en.wikipedia.org/wiki/Merkle_tree

A hash tree is a tree of hashes in which the leaves are hashes of data blocks in, for instance, a file or set of files. Nodes further up in the tree are the hashes of their respective children. 

hash tree

原文:http://www.cnblogs.com/qsort/p/3533387.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!