Paper 2020/1137

MOTION - A Framework for Mixed-Protocol Multi-Party Computation

Lennart Braun, Daniel Demmler, Thomas Schneider, and Oleksandr Tkachenko

Abstract

We present MOTION, an efficient and generic open-source framework for mixed-protocol secure multi-party computation (MPC). MOTION is built in a user-friendly, modular, and extensible way, intended to be used as tool in MPC research and to increase adoption of MPC protocols in practice. Our framework incorporates several important engineering decisions such as full communication serialization, which enables MPC over arbitrary messaging interfaces and removes the need of owning network sockets. MOTION also incorporates several novel performance optimizations that improve the communication complexity and latency, e.g., 2x better online round complexity of precomputed correlated Oblivious Transfer (OT). We instantiate our framework with protocols for N parties and security against up to N-1 passive corruptions: the MPC protocols of Goldreich-Micali-Wigderson (GMW) in its arithmetic and Boolean version and OT-based BMR (Ben-Efraim et al., CCS'16), as well as novel and highly efficient conversions between them, including a non-interactive conversion from BMR to arithmetic GMW. MOTION is highly efficient, which we demonstrate in our experiments. Compared to secure evaluation of AES-128 with N=3 parties in a high-latency network with OT-based BMR, we achieve a 16x better throughput of 16 AES evaluations per second using BMR. With this, we show that BMR is much more competitive than previously assumed. For N=3 parties and full-threshold protocols in a LAN, MOTION is 10x-18x faster than the previous best passively secure implementation from the MP-SPDZ framework, and 190x-586x faster than the actively secure SCALE-MAMBA framework. Finally, we show that our framework is highly efficient for privacy-preserving neural network inference.

Metadata
Available format(s)
PDF
Category
Implementation
Publication info
Published elsewhere. ACM TOPS'22
DOI
10.1145/3490390
Keywords
secure multi-party computationhybrid protocolsefficiencyoutsourcing
Contact author(s)
braun @ cs au dk
demmler @ informatik uni-hamburg de
schneider @ encrypto cs tu-darmstadt de
tkachenko @ encrypto cs tu-darmstadt de
History
2022-04-01: last of 3 revisions
2020-09-21: received
See all versions
Short URL
https://ia.cr/2020/1137
License
Creative Commons Attribution
CC BY

BibTeX

@misc{cryptoeprint:2020/1137,
      author = {Lennart Braun and Daniel Demmler and Thomas Schneider and Oleksandr Tkachenko},
      title = {MOTION - A Framework for Mixed-Protocol Multi-Party Computation},
      howpublished = {Cryptology ePrint Archive, Paper 2020/1137},
      year = {2020},
      doi = {10.1145/3490390},
      note = {\url{https://eprint.iacr.org/2020/1137}},
      url = {https://eprint.iacr.org/2020/1137}
}
Note: In order to protect the privacy of readers, eprint.iacr.org does not use cookies or embedded third party content.