Blockchain Geral
Compartilhar

Merkle Tree

Também chamado de:Hash Tree
📖O que é

A binary tree where each leaf node is a hash of data and each internal node is the hash of its two children. The root hash (Merkle root) uniquely represents all underlying data. Merkle trees enable efficient proof of inclusion—proving a specific element exists requires only O(log n) hashes. Used in blockchains for transaction verification and state storage.

Sua exploração

0 termos visitados no total
Termos relacionados explorados0/2

Termos Relacionados