# Data Structures Meet Cryptography: 3SUM with Preprocessing

**Authors:** Alexander Golovnev, Siyao Guo, Thibaut Horel, Sunoo Park, Vinod, Vaikuntanathan

arXiv: 1907.08355 · 2024-11-14

## TL;DR

This paper explores the deep connections between data structures and cryptography, applying cryptographic techniques to improve data structure bounds, establishing lower bounds linked to cryptographic hardness, and analyzing security against preprocessing attacks.

## Contribution

It introduces a novel application of cryptographic methods to data structure problems, disproves existing conjectures, and links data structure lower bounds to cryptographic assumptions.

## Key findings

- A new upper bound for 3SUM data structure problem using Fiat--Naor inversion.
- Disproof of the conjecture that certain efficient data structures for 3SUM cannot exist.
- Establishment of equivalence between data structure lower bounds and cryptographic hardness assumptions.

## Abstract

This paper shows several connections between data structure problems and cryptography against preprocessing attacks. Our results span data structure upper bounds, cryptographic applications, and data structure lower bounds, as summarized next.   First, we apply Fiat--Naor inversion, a technique with cryptographic origins, to obtain a data structure upper bound. In particular, our technique yields a suite of algorithms with space $S$ and (online) time $T$ for a preprocessing version of the $N$-input 3SUM problem where $S^3\cdot T = \widetilde{O}(N^6)$. This disproves a strong conjecture (Goldstein et al., WADS 2017) that there is no data structure that solves this problem for $S=N^{2-\delta}$ and $T = N^{1-\delta}$ for any constant $\delta>0$.   Secondly, we show equivalence between lower bounds for a broad class of (static) data structure problems and one-way functions in the random oracle model that resist a very strong form of preprocessing attack. Concretely, given a random function $F: [N] \to [N]$ (accessed as an oracle) we show how to compile it into a function $G^F: [N^2] \to [N^2]$ which resists $S$-bit preprocessing attacks that run in query time $T$ where $ST=O(N^{2-\varepsilon})$ (assuming a corresponding data structure lower bound on 3SUM). In contrast, a classical result of Hellman tells us that $F$ itself can be more easily inverted, say with $N^{2/3}$-bit preprocessing in $N^{2/3}$ time. We also show that much stronger lower bounds follow from the hardness of kSUM. Our results can be equivalently interpreted as security against adversaries that are very non-uniform, or have large auxiliary input, or as security in the face of a powerfully backdoored random oracle.   Thirdly, we give non-adaptive lower bounds for 3SUM and a range of geometric problems which match the best known lower bounds for static data structure problems.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.08355/full.md

## References

85 references — full list in the complete paper: https://tomesphere.com/paper/1907.08355/full.md

---
Source: https://tomesphere.com/paper/1907.08355