vix.ing · top · new · best · stats · spec

Secret Quorums: Protecting Byzantine Protocols Against Adaptive Adversaries

2024/12/21 by Maxence Perion, Sara Tucci-Piergiovanni, Perion, Maxence +4
Computer Science · #Cryptography and Data Security #cs.CR #cs.DC

paper · pdf · doi:10.48550/arxiv.2412.16648

openalex publication_date 2024/12/21 · openalex created_date 2024/12/25 · openalex updated_date 2026/07/28

Abstract

Modern committee-based payment protocols improve scalability by delegating critical operations to small subsets of participants, such as validator committees in blockchains or shard committees in distributed systems with parallel execution. This design, however, makes these protocols particularly vulnerable to adaptive adversaries: once a small set of participants is identified, it can be selectively targeted for corruption, bribery, or denial-of-service attacks. In this paper, we propose Secret Quorums, a novel abstraction that enables any committee-based protocol, including payment systems, to rely on small quorums while remaining resilient to adaptive adversaries. Validators composing a Secret Quorum remain anonymous throughout the validation: as in cryptographic sortition approaches, their selection is secret, but unlike classical approaches, the resulting quorum proof does not reveal which validators were selected. We show how to implement Secret Quorums using ring verifiable random functions, without adding communication steps compared to standard quorum-based protocols. We also demonstrate the relevance of Secret Quorums through StealthDust, a new protocol that applies Secret Quorums to the fractional spending payment problem in order to reduce latency and improve settlement message complexity with respect to the original protocol.

Citations

Related