Abstract
We present SlicedPIR, a distributed Private Information Retrieval (PIR) protocol. SlicedPIR efficiently alleviates the server's compute bottleneck by offloading its load across multiple untrusted client machines. In contrast to prior work, SlicedPIR induces only a modest network overhead when the server offloads its work. It achieves those communication savings by exploiting the polynomial encoding of homomorphic encryption schemes typically used in PIR protocols. This encoding lets the server make novel use of the Number Theoretic Transform (NTT) to distribute points on the polynomials as “slices” of its data rather than the polynomials themselves. Using NTT allows the clients to process recursive PIR queries on their slices and return a succinct result to the server. The server efficiently verifies the clients' results by leveraging the Schwartz-Zippel lemma, which we adapt to the PIR use case. We show how to integrate SlicedPIR into a private messaging system, where clients write messages to the server's database and then use PIR to secretly query for messages from their friends. We implement a prototype of SlicedPIR and run experiments to show that it scales well with the number of clients and database size. Concretely, SlicedPIR achieves better performance and cuts network usage by over 95% compared to the state-of-the-art.
| Original language | English |
|---|---|
| Title of host publication | CCS 2025 - Proceedings of the 2025 ACM SIGSAC Conference on Computer and Communications Security |
| Publisher | Association for Computing Machinery, Inc |
| Pages | 3708-3722 |
| Number of pages | 15 |
| ISBN (Electronic) | 9798400715259 |
| DOIs | |
| State | Published - 22 Nov 2025 |
| Event | 32nd ACM SIGSAC Conference on Computer and Communications Security, CCS 2025 - Taipei, Taiwan, Province of China Duration: 13 Oct 2025 → 17 Oct 2025 |
Publication series
| Name | CCS 2025 - Proceedings of the 2025 ACM SIGSAC Conference on Computer and Communications Security |
|---|
Conference
| Conference | 32nd ACM SIGSAC Conference on Computer and Communications Security, CCS 2025 |
|---|---|
| Country/Territory | Taiwan, Province of China |
| City | Taipei |
| Period | 13/10/25 → 17/10/25 |
Bibliographical note
Publisher Copyright:© 2025 Copyright held by the owner/author(s).
Keywords
- Oblivious Verification
- Private Information Retrieval