English

Efficient Private Distributed Computation on Unbounded Input Streams

Distributed, Parallel, and Cluster Computing 2015-03-20 v1 Cryptography and Security

Abstract

In the problem of swarm computing, nn agents wish to securely and distributively perform a computation on common inputs, in such a way that even if the entire memory contents of some of them are exposed, no information is revealed about the state of the computation. Recently, Dolev, Garay, Gilboa and Kolesnikov [ICS 2011] considered this problem in the setting of information-theoretic security, showing how to perform such computations on input streams of unbounded length. The cost of their solution, however, is exponential in the size of the Finite State Automaton (FSA) computing the function. In this work we are interested in efficient computation in the above model, at the expense of minimal additional assumptions. Relying on the existence of one-way functions, we show how to process a priori unbounded inputs (but of course, polynomial in the security parameter) at a cost linear in mm, the number of FSA states. In particular, our algorithms achieve the following: * In the case of (n,n)(n,n)-reconstruction (i.e. in which all nn agents participate in reconstruction of the distributed computation) and at most n1n-1 agents are corrupted, the agent storage, the time required to process each input symbol and the time complexity for reconstruction are all O(mn)O(mn). * In the case of (t+1,n)(t+1,n)-reconstruction (where only t+1t+1 agents take part in the reconstruction) and at most tt agents are corrupted, the agents' storage and time required to process each input symbol are O(m(n1t1))O(m{n-1 \choose t-1}). The complexity of reconstruction is O(m(t+1))O(m(t+1)).

Cite

@article{arxiv.1208.4909,
  title  = {Efficient Private Distributed Computation on Unbounded Input Streams},
  author = {Shlomi Dolev and Juan Garay and Niv Gilboa and Vladimir Kolesnikov and Yelena Yuditsky},
  journal= {arXiv preprint arXiv:1208.4909},
  year   = {2015}
}

Comments

18 pages, 2 figures. A brief announcement will be presented in DISC 2012

R2 v1 2026-06-21T21:54:45.777Z