Paper 2025/1611
Probabilistic Skipping-Based Data Structures with Robust Efficiency Guarantees
Abstract
Probabilistic data structures like hash tables, skip lists, and treaps support efficient operations through randomized hierarchies that enable "skipping" elements, achieving sub-linear query complexity on average for perfectly correct responses. They serve as critical components in performance-sensitive systems where correctness is essential and efficiency is highly desirable. While simpler than deterministic alternatives like balanced search trees, these structures traditionally assume that input data are independent of the structure's internal randomness and state - an assumption questionable in malicious environments - potentially leading to a significantly increased query complexity. We present adaptive attacks on all three aforementioned structures that, in the case of hash tables and skip lists, cause exponential degradation compared to the input-independent setting. While efficiency-targeting attacks on hash tables are well-studied, our attacks on skip lists and treaps provide new insights into vulnerabilities of skipping-based probabilistic data structures. Next, we propose simple and efficient modifications to the original designs of these data structures to provide provable security against adaptive adversaries. Our approach is formalized through Adaptive Adversary Property Conservation (AAPC), a general security notion that captures deviation from the expected efficiency guarantees in adversarial scenarios. We use this notion to present rigorous robustness proofs for our versions of the data structures. Lastly, we perform experiments whose empirical results closely agree with our analytical results.
Metadata
- Available format(s)
-
PDF
- Category
- Applications
- Publication info
- Published elsewhere. Major revision. ACM CCS 2025
- DOI
- 10.1145/3719027.3765149
- Keywords
- Adversial EnvironmentProbabilistic Data StructuresComplexity AttacksHash TableSkip ListTreap
- Contact author(s)
-
marc fischlin @ tu-darmstadt de
moritz huppert @ tu-darmstadt de
smarkelon @ ufl edu - History
- 2025-09-11: revised
- 2025-09-08: received
- See all versions
- Short URL
- https://ia.cr/2025/1611
- License
-
CC BY
BibTeX
@misc{cryptoeprint:2025/1611,
author = {Marc Fischlin and Moritz Huppert and Sam A. Markelon},
title = {Probabilistic Skipping-Based Data Structures with Robust Efficiency Guarantees},
howpublished = {Cryptology {ePrint} Archive, Paper 2025/1611},
year = {2025},
doi = {10.1145/3719027.3765149},
url = {https://eprint.iacr.org/2025/1611}
}