Multiparty Protocol that Usually Shuffles

Abstract

Multiparty computation is raising importance because it's primary objective is to replace any trusted third party in the distributed computation. This work presents two multiparty shuffling protocols where each party, possesses a private input, agrees on a random permutation while keeping the permutation secret. The proposed shuffling protocols are based on permutation network, thereby data-oblivious. The first proposal is n-permute that permutes n inputs in all n! possible ways. n-permute network consists of 2n-1 layers, and in each layer there are n/2 gates. Our second protocol is nπ-permute shuffling that defines a permutation set =\π1,…,πN\ where || < n!, and the resultant shuffling is a random permutation πi ∈ . The nπ-permute network contains leases number of layers compare to n-permute network. Let n=n1n2, the nπ-permute network would define 2n1-1+n2 layers. The proposed shuffling protocols are unconditionally secure against malicious adversary who can corrupt at most t<n/3 parties. The probability that adversary can learn the outcome of n-permute is upper bound by ((n-t)!)-1. Whereas, the probability that adversary can learn the outcome of nπ-permute is upper bounded by (f(n1-θ1)n22θ2)-1, for some positive integer θ1, θ2, and a recursive definition of f. The protocols allow the parties to build quorums, and distribute the load among the quorums.

0

Discussion (0)

Sign in to join the discussion.

Loading comments…