Paper 2023/918

Invertible Bloom Lookup Tables with Less Memory and Randomness

Nils Fleischhacker, Ruhr University Bochum
Kasper Green Larsen, Aarhus University
Maciej Obremski, National University of Singapore
Mark Simkin, Ethereum Foundation
Abstract

In this work we study Invertible Bloom Lookup Tables (IBLTs) with small failure probabilities. IBLTs are highly versatile data structures that have found applications in set reconciliation protocols, error-correcting codes, and even the design of advanced cryptographic primitives. For storing $n$ elements and ensuring correctness with probability at least $1 - \delta$, existing IBLT constructions require $\Omega(n(\frac{\log(1/\delta)}{\log(n)}+1))$ space and they crucially rely on fully random hash functions. We present new constructions of IBLTs that are simultaneously more space efficient and require less randomness. For storing $n$ elements with a failure probability of at most $\delta$, our data structure only requires $\mathcal{O}\left(n + \log(1/\delta)\log\log(1/\delta)\right)$ space and $\mathcal{O}\left(\log(\log(n)/\delta)\right)$-wise independent hash functions. As a key technical ingredient we show that hashing $n$ keys with any $k$-wise independent hash function $h:U \to [Cn]$ for some sufficiently large constant $C$ guarantees with probability $1 - 2^{-\Omega(k)}$ that at least $n/2$ keys will have a unique hash value. Proving this is non-trivial as $k$ approaches $n$. We believe that the techniques used to prove this statement may be of independent interest. We apply our new IBLTs to the encrypted compression problem, recently studied by Fleischhacker, Larsen, Simkin (Eurocrypt 2023). We extend their approach to work for a more general class of encryption schemes and using our new IBLT we achieve an asymptotically better compression rate.

Metadata
Available format(s)
PDF
Category
Foundations
Publication info
Published elsewhere. Minor revision. 32nd Annual European Symposium on Algorithms (ESA 2024)
DOI
https://doi.org/10.4230/LIPIcs.ESA.2024.54
Keywords
data structuresencrypted compressionlimited independence hashing
Contact author(s)
mail @ nilsfleischhacker de
larsen @ cs au dk
Obremski math @ gmail com
mark simkin @ ethereum org
History
2024-11-26: revised
2023-06-12: received
See all versions
Short URL
https://ia.cr/2023/918
License
Creative Commons Attribution
CC BY

BibTeX

@misc{cryptoeprint:2023/918,
      author = {Nils Fleischhacker and Kasper Green Larsen and Maciej Obremski and Mark Simkin},
      title = {Invertible Bloom Lookup Tables with Less Memory and Randomness},
      howpublished = {Cryptology {ePrint} Archive, Paper 2023/918},
      year = {2023},
      doi = {https://doi.org/10.4230/LIPIcs.ESA.2024.54},
      url = {https://eprint.iacr.org/2023/918}
}
Note: In order to protect the privacy of readers, eprint.iacr.org does not use cookies or embedded third party content.