Quantcast
Channel: Cryptology ePrint Archive
Viewing all articles
Browse latest Browse all 30168

The Simplest Protocol for Oblivious Transfer, by Tung Chou and Claudio Orlandi

$
0
0
blivious Transfer (OT) is the fundamental building block of cryptographic protocols. In this paper we describe the simplest and most efficient protocol for 1-out-of-2 OT to date, which is obtained by tweaking the Diffie-Hellman key-exchange protocol. The protocol achieves UC-security against active corruptions in the random oracle model. Due to its simplicity, the protocol is extremely efficient and it allows to perform n OTs using only: -- Computation: 3n+2 exponentiations (2n for the receiver, n+2 for the sender) and -- Communication: 32(n+1) bytes (for the group elements), and 2n ciphertexts. We also report on an implementation of the protocol using elliptic curves, and on a number of mechanisms we employ to ensure that our software is secure against active attacks too. Experimental results show that our protocol (thanks to both algorithmic and implementation optimizations) is at least one order of magnitude faster than previous work.

Viewing all articles
Browse latest Browse all 30168

Trending Articles