Information Security and Cryptography Research Group

Fast and Unconditionally Secure Anonymous Channel

Juan Garay, Clint Givens, Rafail Ostrovsky, and Pavel Raykov

Proc. 33rd ACM Symposium on Principles of Distributed Computing — PODC 2014, ACM, pp. 313–321, Jul 2014.

In this paper we focus on sender-anonymous channels (a.k.a. Dining Cryptographers networks) and present a construction requiring a very low (constant) number of rounds of interaction while tolerating actively malicious behavior by some of the participants (up to less than half of them). Our construction is unconditionally secure (meaning that no bounds are placed on the computational power of the adversary), makes black-box use of a verifiable secret sharing (VSS) protocol, and is based on a special-purpose secure multiparty computation protocol implementing the method of “throwing darts;” its round complexity is essentially equal to that of the VSS protocol.

In addition, since broadcast cannot be simulated in a point-to-point network when a third or more of the participants are corrupt, it is impossible to construct VSS (and, more generally, any other basic multiparty protocol) in this setting without using a “physical broadcast channel,” and a recent line of research has sought to minimize the use of this expensive resource. Our anonymous channel protocol's reduction to VSS is broadcast-round-preserving, thus making the fewest (known to date) calls to the broadcast channel while running in an overall constant number of rounds.

Finally, anonymous channels play an important role in the setup phase of an authentication technique known as pseudosignatures, which then may be used to simulate authenticated Byzantine agreement protocols in the information-theoretic setting. Plugging in our anonymous channel translates into a fast (and broadcast-efficient) pseudosignature construction.

BibTeX Citation

@inproceedings{GGOR14,
    author       = {Juan Garay and Clint Givens and Rafail Ostrovsky and Pavel Raykov},
    title        = {Fast and Unconditionally Secure Anonymous Channel},
    editor       = {Magn{\'u}s M. Halld{\'o}rsson and Shlomi Dolev},
    booktitle    = {Proc.~33rd ACM Symposium on Principles of Distributed Computing --- PODC 2014},
    pages        = {313--321},
    year         = {2014},
    month        = {7},
    publisher    = {ACM},
}

Files and Links