English

The Bloom Tree

Data Structures and Algorithms 2020-02-20 v3 Cryptography and Security

Abstract

We introduce a data structure that allows for efficient (probabilistic) presence proofs and non-probabilistic absence proofs in a bandwidth efficient and secure way. The Bloom tree combines the idea of Bloom filters with that of Merkle trees. Bloom filters are used to verify the presence, or absence of elements in a set. In the case of the Bloom tree, we are interested to verify and transmit the presence, or absence of an element in a secure and bandwidth efficient way to another party. Instead of sending the whole Bloom filter to check for the presence, or absence of an element, the Bloom tree achieves efficient verification by using a compact Merkle multiproof.

Keywords

Cite

@article{arxiv.2002.03057,
  title  = {The Bloom Tree},
  author = {Lum Ramabaja and Arber Avdullahu},
  journal= {arXiv preprint arXiv:2002.03057},
  year   = {2020}
}