Proving as Fast as Computing: Succinct Arguments with Constant Prover Overhead

PROCEEDINGS OF THE 54TH ANNUAL ACM SIGACT SYMPOSIUM ON THEORY OF COMPUTING (STOC '22)(2022)

引用 30|浏览23
暂无评分
摘要
Succinct arguments are proof systems that allow a powerful, but untrusted, prover to convince a weak verifier that an input x belongs to a language L is an element of NP, with communication that is much shorter than the NP witness. Such arguments, which grew out of the theory literature, are now drawing immense interest also in practice, where a key bottleneck that has arisen is the high computational cost of proving correctness. In this work we address this problem by constructing succinct arguments for general computations, expressed as Boolean circuits (of bounded fan-in), with a strictly linear size prover. The soundness error of the protocol is an arbitrarily small constant. Prior to this work, succinct arguments were known with a quasi-linear size prover for general Boolean circuits or with linear-size only for arithmetic circuits, defined over large finite fields. In more detail, for every Boolean circuit C = C(x, w), we construct an O(log vertical bar C vertical bar)-round argument-system in which the prover can be implemented by a size O(vertical bar C vertical bar) Boolean circuit (given as input both the instance x and the witness w), with arbitrarily small constant soundness error and using poly(lambda, log vertical bar C vertical bar) communication, where lambda denotes the security parameter. The verifier can be implemented by a size O(vertical bar x vertical bar) + poly(lambda, log vertical bar C vertical bar) circuit following a size O(vertical bar C vertical bar) private pre-processing step, or, alternatively, by using a purely public-coin protocol (with no pre-processing) with a size O(vertical bar C vertical bar) verifier. The protocol can be made zero-knowledge using standard techniques (and with similar parameters). The soundness of our protocol is computational and relies on the existence of collision resistant hash functions that can be computed by linear-size circuits, such as those proposed by Applebaum et al. (ITCS, 2017). At the heart of our construction is a new information-theoretic interactive oracle proof (IOP), an interactive analog of a PCP, for circuit satisfiability, with constant prover overhead. The improved efficiency of our IOP is obtained by bypassing a barrier faced by prior IOP constructions, which needed to (either explicitly or implicitly) encode the entire computation using a multiplication code.
更多
查看译文
关键词
Succinct Arguments, Interactive Oracle Proofs, IOP
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要