International Association for Cryptologic Research

International Association
for Cryptologic Research

CryptoDB

Stacked Garbling: Garbled Circuit Proportional to Longest Execution Path

Authors:
David Heath , Georgia Institute of Technology
Vladimir Kolesnikov , Georgia Institute of Technology
Download:
DOI: 10.1007/978-3-030-56880-1_27 (login may be required)
Search ePrint
Search Google
Conference: CRYPTO 2020
Abstract: Secure two party computation (2PC) of arbitrary programs can be efficiently achieved using garbled circuits (GC). The bottleneck of GC efficiency is communication. It is widely believed that it is necessary to transmit the entire GC during 2PC, even for conditional branches that are not taken. This folklore belief is false. We propose a novel GC technique, stacked garbling, that eliminates the communication cost of inactive conditional branches. We extend the ideas of conditional GC evaluation explored in (Kolesnikov, Asiacrypt 18) and (Heath and Kolesnikov, Eurocrypt 20). Unlike these works, ours is for general 2PC where no player knows which conditional branch is taken. Our garbling scheme, Stack, requires communication proportional to the longest execution path rather than to the entire circuit. Stack is compatible with state-of-the-art techniques, such as free XOR and half-gates. Stack is a garbling scheme. As such, it can be plugged into a variety of existing protocols, and the resulting round complexity is the same as that of standard GC. The approach does incur computation cost quadratic in the conditional branching factor vs linear in standard schemes, but the tradeoff is beneficial for most programs: GC computation even on weak hardware is faster than GC transmission on fast channels. We implemented Stack in C++. Stack reduces communication cost by approximately the branching factor: for 16 branches, communication is reduced by 10.5x. In terms of wall-clock time for circuits with branching factor 16 over a 50 Mbps WAN on a laptop, Stack outperforms state-of- the-art half-gates-based 2PC by more than 4x.
Video from CRYPTO 2020
BibTeX
@inproceedings{crypto-2020-30440,
  title={Stacked Garbling: Garbled Circuit Proportional to Longest Execution Path},
  publisher={Springer-Verlag},
  doi={10.1007/978-3-030-56880-1_27},
  author={David Heath and Vladimir Kolesnikov},
  year=2020
}