[Resource Topic] 2022/823: Round Efficient Byzantine Agreement from VDFs

Welcome to the resource topic for 2022/823

Title:
Round Efficient Byzantine Agreement from VDFs

Authors: Poulami Das, Lisa Eckey, Sebastian Faust, Julian Loss, and Monosij Maitra

Abstract:

Byzantine agreement (BA) is a fundamental primitive in distributed systems and has received huge interest as an important building block for blockchain systems. Classical byzantine agreement considers a setting where n parties with fixed, known identities want to agree on an output in the presence of an adversary. Motivated by blockchain systems, the assumption of fixed identities is weakened by using a \emph{resource-based model}. In such models, parties do not have fixed known identities but instead have to invest some expensive resources to participate in the protocol. Prominent examples for such resources are computation (measured by, e.g., proofs-of-work) or money (measured by proofs-of-stake). Unlike in the classical setting where BA without trusted setup (e.g., a PKI or an unpredictable beacon) is impossible for t \geq n/3 corruptions, in such resource-based models, BA can be constructed for the optimal threshold of t <n/2. In this work, we investigate BA without a PKI in the model where parties have restricted computational resources. Concretely, we consider sequential computation modeled via computing a verifiable delay function (VDF) and establish the following results: Positive Result: We present the first protocol for BA with expected constant round complexity and termination under adaptive corruption, honest majority and without a PKI. Earlier work achieved round complexity O(n\kappa^2) (CRYPTO’15) or O(\kappa) (PKC’18), where \kappa is the security parameter. Negative Result: We give the first lower bound on the communication complexity of BA in a model where parties have restricted computational resources. Concretely, we show that a multicast complexity of O(\sqrt{n}) is necessary even if the parties have access to a VDF oracle.

ePrint: https://eprint.iacr.org/2022/823

See all topics related to this paper.

Feel free to post resources that are related to this paper below.

Example resources include: implementations, explanation materials, talks, slides, links to previous discussions on other websites.

For more information, see the rules for Resource Topics .