Merkle root

Revision as of 14:01, 9 October 2023 by Brendan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.