Abstract
An oblivious data structure is a data structure where the memory access patterns reveals no information about the operations performed on it. Such data structures were introduced by Wang et al. [ACM SIGSAC’14] and are intended for situations where one wishes to store the data structure at an untrusted server. One way to obtain an oblivious data structure is simply to run a classic data structure on an oblivious RAM (ORAM). Until very recently, this resulted in an overhead of ω(lg n) for the most natural setting of parameters. Moreover, a recent lower bound for ORAMs by Larsen and Nielsen [CRYPTO’18] show that they always incur an overhead of at least Ω(lg n) if used in a black box manner. To circumvent the ω(lg n) overhead, researchers have instead studied classic data structure problems more directly and have obtained efficient solutions for many such problems such as stacks, queues, deques, priority queues and search trees. However, none of these data structures process operations faster than Θ(lg n), leaving open the question of whether even faster solutions exist. In this paper, we rule out this possibility by proving Ω(lg n) lower bounds for oblivious stacks, queues, deques, priority queues and search trees.
Original language | English |
---|---|
Title of host publication | Proceedings of the Thirtieth Annual ACM-SIAM Symposium on Discrete Algorithms |
Publisher | Society for Industrial and Applied Mathematics |
Publication date | 6 Jan 2019 |
ISBN (Electronic) | 978-1-61197-548-2 |
DOIs | |
Publication status | Published - 6 Jan 2019 |
Event | Thirtieth Annual ACM-SIAM Symposium on Discrete Algorithms - San Diego, United States Duration: 6 Jan 2019 → 9 Jan 2019 |
Conference
Conference | Thirtieth Annual ACM-SIAM Symposium on Discrete Algorithms |
---|---|
Country/Territory | United States |
City | San Diego |
Period | 06/01/2019 → 09/01/2019 |
Keywords
- Oblivious data structures
- Memory access patterns
- Oblivious RAM (ORAM)
- Data structure lower bounds
- Untrusted servers