CRDBLGJun 21, 2024

Supersonic OT: Fast Unconditionally Secure Oblivious Transfer

arXiv:2406.15529v23 citations
Originality Highly original
AI Analysis

This addresses the need for fast, unconditionally secure cryptographic primitives in applications like secure multi-party computation and federated learning, representing a novel method rather than an incremental improvement.

The paper tackles the problem of designing an efficient unconditionally secure Oblivious Transfer (OT) protocol for post-quantum security, achieving a runtime of 0.35 milliseconds per instance, which is up to 2000 times faster than the state-of-the-art base OT.

Oblivious Transfer (OT) is a fundamental cryptographic protocol with applications in secure Multi-Party Computation, Federated Learning, and Private Set Intersection. With the advent of quantum computing, it is crucial to develop unconditionally secure core primitives like OT to ensure their continued security in the post-quantum era. Despite over four decades since OT's introduction, the literature has predominantly relied on computational assumptions, except in cases using unconventional methods like noisy channels or a fully trusted party. Introducing "Supersonic OT", a highly efficient and unconditionally secure OT scheme that avoids public-key-based primitives, we offer an alternative to traditional approaches. Supersonic OT enables a receiver to obtain a response of size O(1). Its simple (yet non-trivial) design facilitates easy security analysis and implementation. The protocol employs a basic secret-sharing scheme, controlled swaps, the one-time pad, and a third-party helper who may be corrupted by a semi-honest adversary. Our implementation and runtime analysis indicate that a single instance of Supersonic OT completes in 0.35 milliseconds, making it up to 2000 times faster than the state-of-the-art base OT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes