Aka: hash tree
A tree where every leaf node has the cryptographic hash and every parent node has the hash of its children nodes. This is used for data verification, especially common in peer-to-peer transmissions such as in BitTorrent or blockchain.