Meri Leeworthy

Merkle Search Tree

A Merkle Search Tree is a hybrid of:

  • Merkle tree (cryptographically linked data via hashes)

  • Binary search tree or trie (for efficient key lookup)

Each node in an MST stores a hash of its children (like in a Merkle tree), but data is also ordered by key (like a Search tree). This means:

  • You can prove inclusion/exclusion of a key efficiently.

  • You can compare and sync subsets of the tree quickly.

I live and work on the land of the Wurundjeri people of the Kulin Nation. I pay respect to their elders past and present and acknowledge that sovereignty was never ceded. Always was, always will be Aboriginal land.

This site uses open source typefaces, including Sligoil by Ariel Martín Pérez, and Vercetti by Filippos Fragkogiannis