Batching multiple protocols to improve efficiency of multi-party computation

  • Authors:
  • Naoto Kiribuchi;Ryo Kato;Takashi Nishide;Hiroshi Yoshiura

  • Affiliations:
  • The University of Electro-Communications, Chofu-shi, Tokyo, Japan;The University of Electro-Communications, Chofu-shi, Tokyo, Japan;Kyushu University, Fukuoka, Japan;The University of Electro-Communications, Chofu-shi, Tokyo, Japan

  • Venue:
  • Inscrypt'11 Proceedings of the 7th international conference on Information Security and Cryptology
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

It is becoming more and more important to make use of personal or classified information while keeping it confidential. A promising tool for meeting this challenge is secure multi-party computation (MPC). It enables multiple parties, each given a snippet of a secret s, to compute a function f(s) by communicating with each other without revealing s. However, one of the biggest problems with MPC is that it requires a vast amount of communication. Much research has gone into making each protocol (equality testing, interval testing, etc.) more efficient. In this work, we make a set of multiple protocols more efficient by transforming these protocols to be batched and propose four protocols: "Batch Logical OR," "Batch Logical AND," "Batch Logical OR-AND," and "Batch Logical AND-OR." Existing logical OR and logical AND protocols consisting of t equality testing invocations have a communication complexity of O(ℓt), where ℓ is the bit length of the secret. Our batched versions of these protocols reduce it to O(ℓ+t). For t interval testing invocations, they reduce both communication complexity and round complexity. Thus they can make the queries on a secret shared database more efficient. For example, the use of the proposed protocols reduces the communication complexity for a query consisting of equality testing and interval testing by approximately 70% compared to the use of the corresponding existing protocols. The concept of the proposed protocols is versatile and can be applied to logical formulas consisting of protocols other than equality testing and interval testing, thereby making them more efficient as well.