Cartesian Merkle Tree
Cartesian Merkle Tree
This paper introduces the Cartesian Merkle Tree, a deterministic data structure that combines the properties of a Binary Search Tree, a Heap, and a Merkle tree. The Cartesian Merkle Tree supports insertions, updates, and removals of elements in $O(\log n)$ time, requires $n$ space, and enables membership and non-membership proofs via Merkle-based authentication paths. This structure is particularly suitable for zero-knowledge applications, blockchain systems, and other protocols that require efficient and verifiable data structures.
Artem Chystiakov、Oleh Komendant、Kyrylo Riabov
计算技术、计算机技术
Artem Chystiakov,Oleh Komendant,Kyrylo Riabov.Cartesian Merkle Tree[EB/OL].(2025-04-15)[2025-04-28].https://arxiv.org/abs/2504.10944.点此复制
评论