Abstract
In the Zero-Knowledge Proof (ZKP) of a disjunctive statement, P and V agree on B fan-in 2 circuits C0,…,CB-1 over a field F; each circuit has nin inputs, n× multiplications, and one output. P ’s goal is to demonstrate the knowledge of a witness (id∈[B], w∈Fnin), s.t. Cid(w)=0 where neither w nor id is revealed. Disjunctive statements are effective, for example, in implementing ZKP based on sequential execution of CPU steps. This paper studies ZKP (of knowledge) protocols over disjunctive statements based on Vector OLE. Denoting by λ the statistical security parameter and let ρ≜max{log|F|,λ}, the previous state-of-the-art protocol Robin (Yang et al. CCS’23) required (nin+3n×)logF+O(ρB) bits of communication with O(1) rounds, and Mac′n′Cheese (Baum et al. CRYPTO’21) required (nin+n×)logF+2n×ρ+O(ρlogB) bits of communication with O(logB) rounds, both in the VOLE-hybrid model. Our novel protocol LogRobin++ achieves the same functionality at the cost of (nin+n×)logF+O(ρlogB) bits of communication with O(1) rounds in the VOLE-hybrid model. Crucially, LogRobin++ takes advantage of two new techniques – (1) an O(logB)-overhead approach to prove in ZK that an IT-MAC commitment vector contains a zero; and (2) the realization of VOLE-based ZK over a disjunctive statement, where P commits only to w and multiplication outputs of Cid(w) (as opposed to prior work where P commits to w and all three wires that are associated with each multiplication gate). We implemented LogRobin++ over Boolean (i.e., F2) and arithmetic (i.e., F261-1) fields. In our experiments, including the cost of generating VOLE correlations, LogRobin++ achieved up to 170× optimization over Robin in communication, resulting in up to 7× (resp. 3×) wall-clock time improvements in a WAN-like (resp. LAN-like) setting.
Original language | English |
---|---|
Title of host publication | Advances in Cryptology – ASIACRYPT 2024 - 30th International Conference on the Theory and Application of Cryptology and Information Security, Proceedings |
Editors | Kai-Min Chung, Yu Sasaki |
Publisher | Springer Science and Business Media Deutschland GmbH |
Pages | 367-401 |
Number of pages | 35 |
ISBN (Print) | 9789819609345 |
DOIs | |
State | Published - 2025 |
Event | 30th Annual International Conference on the Theory and Application of Cryptology and Information Security, ASIACRYPT 2024 - Kolkata, India Duration: 9 Dec 2024 → 13 Dec 2024 |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 15488 LNCS |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 30th Annual International Conference on the Theory and Application of Cryptology and Information Security, ASIACRYPT 2024 |
---|---|
Country/Territory | India |
City | Kolkata |
Period | 9/12/24 → 13/12/24 |
Bibliographical note
Publisher Copyright:© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2025.
Keywords
- Disjunctions
- VOLE-Based ZK
- Zero-Knowledge