Paper 2025/917
Jagged Polynomial Commitments (or: How to Stack Multilinears)
Abstract
Modern SNARK constructions, almost ubiquitously, rely on a polynomial commitment scheme (PCS) --- a method by which a prover can commit to a large polynomial $P$ and later provide evaluation proofs of the form "P(x)=y" to the verifier. In the context of zkVMs (i.e., proof-systems for general-purpose RAM computations), the common design is to represent the computation trace as a sequence of tables, one per CPU instruction, and commit to the these tables, or even their individual columns, as separate polynomials. Committing separately to these polynomials has a large overhead in verification costs, especially in hash-based systems. In this work we drastically reduce this cost via a new construction which we call the jagged PCS. This PCS enables the prover to commit to the entire computation trace as a single polynomial, but then allows for the verifier to emulate access to the individual table or column polynomials, so that the arithmetization can proceed in the usual manner. The jagged PCS may be thought of as a sparse PCS for a very particular form of sparsity - namely, a "jagged" matrix in which each column has a different height. Our construction of the jagged PCS is highly performant in practice. In contrast to existing sparse PCS constructions for general sparse polynomials, the jagged PCS does not require the prover to commit to any additional oracles and the prover cost is dominated by 5 finite field multiplications per element in the trace area. Furthermore, we implement the verifier as an arithmetic circuit that depends only on the total trace area - thereby significantly reducing the problem of "combinatorial explosion" often encountered in zkVM recursion.
Metadata
- Available format(s)
-
PDF
- Category
- Cryptographic protocols
- Publication info
- Preprint.
- Keywords
- PCSSparse PCSJagged PCS
- Contact author(s)
-
tamir @ succinct xyz
kevin @ succinct xyz
eugene @ succinct xyz
min @ succinct xyz
ron @ succinct xyz - History
- 2025-05-23: approved
- 2025-05-21: received
- See all versions
- Short URL
- https://ia.cr/2025/917
- License
-
CC BY
BibTeX
@misc{cryptoeprint:2025/917, author = {Tamir Hemo and Kevin Jue and Eugene Rabinovich and Gyumin Roh and Ron D. Rothblum}, title = {Jagged Polynomial Commitments (or: How to Stack Multilinears)}, howpublished = {Cryptology {ePrint} Archive, Paper 2025/917}, year = {2025}, url = {https://eprint.iacr.org/2025/917} }