Merkle Trie
A tree data structure that combines a trie (prefix tree) with cryptographic hashing for efficient and verifiable storage of key-value pairs.
A tree data structure that combines a trie (prefix tree) with cryptographic hashing for efficient and verifiable storage of key-value pairs.