English

Brief Note: Fast Authenticated Byzantine Consensus

Distributed, Parallel, and Cluster Computing 2022-05-03 v3 Cryptography and Security

Abstract

Byzantine fault-tolerant (BFT) state machine replication (SMR) has been studied for over 30 years. Recently it has received more attention due to its application in permissioned blockchain systems. A sequence of research efforts focuses on improving the commit latency of the SMR protocol in the common good case, including PBFT with 33-round latency and n3f+1n\geq 3f+1 and FaB with 22-round latency and n5f+1n\geq 5f+1. In this paper, we propose an authenticated protocol that solves 22-round BFT SMR with only n5f1n\geq 5f-1 replicas, which refutes the optimal resiliency claim made in FaB for needing n5f+1n \geq 5f+1 for 22-round PBFT-style BFT protocols. For the special case when f=1f=1, our protocol needs only 44 replicas, and strictly improves PBFT by reducing the latency by one round (even when one backup is faulty).

Keywords

Cite

@article{arxiv.2102.07932,
  title  = {Brief Note: Fast Authenticated Byzantine Consensus},
  author = {Ittai Abraham and Kartik Nayak and Ling Ren and Zhuolun Xiang},
  journal= {arXiv preprint arXiv:2102.07932},
  year   = {2022}
}

Comments

This is a complementary note of our previous paper on the good-case latency of Byzantine broadcast