Difference between revisions of "Merkle root"
Todd Price (talk | contribs) |
|||
Line 2: | Line 2: | ||
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. | 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. | ||
+ | |||
+ | [[new page here]] |
Revision as of 14:00, 9 October 2023
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.