buchspektrum Internet-Buchhandlung

Neuerscheinungen 2017

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Niklas Büscher, Stefan Katzenbeisser (Beteiligte)

Compilation for Secure Multi-party Computation


1st ed. 2017. 2017. x, 93 S. 16 SW-Abb., 7 Farbabb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; SPRINGER INTERNATIONAL PUBLISHING 2017
ISBN: 3-319-67521-4 (3319675214)
Neue ISBN: 978-3-319-67521-3 (9783319675213)

Preis und Lieferzeit: Bitte klicken


This book presents a holistic view on compiler assisted practical secure multi-party computation (MPC) over Boolean circuits. It discusses that two or more parties jointly evaluate a function over their inputs in such a way that each party keeps its input unknown to the other parties in MPC. MPC provides a generic way to construct Privacy-Enhancing Technologies, which protect sensitive data during processing steps in untrusted environments. A major obstacle in the past was to generate MPC applications by hand. Recently, special compilers have been developed to build all kinds of applications.

This book also explains in detail how efficient MPC applications can be created automatically from ANSI-C, thus, bridging the areas of cryptography, compilation and hardware synthesis. It also gives an insight into the requirements for creating efficient applications for MPC and is hence of interest to not only researchers in the area of MPC but also developers realizing practical applications with MPC. For a better understanding of the complete compile chain from ANSI-C to circuits, which is the ´machine code´ of MPC, the authors first give the necessary background information on MPC protocols, Boolean logic, and logic synthesis. Then the authors describe the various compilation steps required to translate any code into an adequate circuit description. Afterwards, the authors introduce a variety of optimization techniques for two classes of MPC protocols, namely techniques that improve the runtime of applications in constant- and multi-round MPC protocols. The authors also illustrate how efficient parallelization of MPC protocols can be achieved using the assistance of compilers. It presents the effectiveness of the proposed techniques by giving a detailed evaluation on benchmarking applications. Most of the aforementioned techniques are implemented in our open source compiler that is accompanying this book and allows to study compilation for MPC in practice.Researchers who are interested in practical secure multi-party computation (MPC), and developers who are interested in realizing MPC applications in practice will find this book useful as a reference, as well as advanced-level students in computer science.
1. Motivation 2. Related Work 3. Introduction into MPC protocols 3.1. Yao´s Garbled Circuits protocol 3.2. Goldreich-Wilkerson-Micali (GMW) protocol 3.3. Requirements analysis 4. A general framework to compile circuits for MPC 4.1. Introduction into the model checker CBMC 4.2. A new toolchain to compile circuits for MPC 4.3. Adapter for MPC frameworks 5. Compiling size-optimized circuits for MPC protocols with constant rounds 5.1. Problem statement & optimization goal 5.2. Extended compilation chain 5.3. Boolean optimization methods 5.4. Results 6. Compiling depth-optimized circuits for round-based MPC protocols 6.1. Problem statement & optimization goal 6.2. Extended compilation chain 6.3. High level optimization methods 6.4. Low level optimization methods 6.5. Results 7. Comp iling parallel circuits for MPC protocols 7.1. Problem statement & optimization goal 7.2. Extended compilation chain 7.3. Fine-grained parallelization 7.4. Coarse-grained parallelization 7.5. Intra-party parallelization 7.6. Results 8. Appendix 8.1. Examples in CBMC-GC