Difference between revisions of "Merkle root"
Todd Price (talk | contribs) (Created page with "The hash values that summarises all data elements included in a Merkle Tree.") |
Todd Price (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | The hash | + | The hash value that summarises all data elements included in a [[Merkle Tree]]. |
| + | |||
| + | As the leaf nodes are concatenated in pairs and hashed, the same occurs for all interior node values, whereupon the binary tree structure converge to a single root value. | ||
Revision as of 04:22, 25 April 2022
The hash value that summarises all data elements included in a Merkle Tree.
As the leaf nodes are concatenated in pairs and hashed, the same occurs for all interior node values, whereupon the binary tree structure converge to a single root value.