International Association for Cryptologic Research

International Association
for Cryptologic Research

CryptoDB

MuxProofs: Succinct Arguments for Machine Computation from Vector Lookups

Authors:
Zijing Di , EPFL
Lucas Xia , Stanford University
Wilson Nguyen , Stanford University
Nirvan Tyagi , Stanford University
Download:
Search ePrint
Search Google
Conference: ASIACRYPT 2024
Abstract: Proofs for machine computation prove the correct execution of arbitrary programs that operate over fixed instruction sets (e.g., RISC-V, EVM, Wasm). A standard approach for proving machine computation is to prove a universal set of constraints that encode the full instruction set at each step of the program execution. This approach incurs a proving cost per execution step on the order of the total sum of instruction constraints for all of the instructions in the set, despite each step of the program only executing a single instruction. Existing proving approaches that avoid this universal cost per step (and incur only the cost of a single instruction's constraints per step) either fail to provide zero-knowledge or rely on recursive proof composition for which security relies on the heuristic instantiation of the random oracle. We present new protocols for proving machine execution that resolve these limitations, enabling prover efficiency on the order of only the executed instructions while achieving zero-knowledge and avoiding recursive proofs. Our core technical contribution is a new primitive that we call a succinct vector lookup argument which enables a prover to build up a machine execution ``on-the-fly''. We propose succinct vector lookups for both univariate polynomial and multivariate polynomial commitments in which vectors are encoded on cosets of a multiplicative subgroup and on subcubes of the boolean hypercube, respectively. We instantiate our proofs for machine computation by integrating our vector lookups with existing efficient, succinct non-interactive proof systems for NP.
BibTeX
@inproceedings{asiacrypt-2024-34506,
  title={MuxProofs: Succinct Arguments for Machine Computation from Vector Lookups},
  publisher={Springer-Verlag},
  author={Zijing Di and Lucas Xia and Wilson Nguyen and Nirvan Tyagi},
  year=2024
}