|
|
|
|
|
by aboodman
1853 days ago
|
|
In git each "block" includes the previous "block"(s)' hash. Is it a blockchain or a hash tree? I would say that in practice what differentiates a blockchain from other applications of hash trees is a mechanism for consensus, not whether the blocks being formed into a trees conceptually represent time or not. |
|
In a block chain it is easy to find history because the link to the history is included. Merkle trees require n-1 additional hashes.