cronokirby

(2026-04) ZEE200; Zero Knowledge for Everything and Everyone @ 200 KHz

2026-04-28

Abstract

Zero-knowledge execution of high-level programs proceeds by repeatedly evaluating CPU steps. Each such step privately selects and evaluates an instruction (possibly involving memory access) from a rich instruction set. Building on this paradigm, ZEE (Heath et al., S&P'21) realized a full toolchain supporting arbitrary ANSI C\texttt{ANSI C} programs, demonstrating this capability by proving SIR- and CVE-reported bugs in off-the-shelf Linux programs sed\texttt{sed} and gzip\texttt{gzip}.

We revamp the state of the art by building a new constant-round ZK system ZEE200, which is about 20-40×20\text{-}40\times faster than ZEE. ZEE200 is built on a novel and convenient cryptographic framework for efficiently proving general statements represented as real-world programs. Our framework integrates several crucial recent advances, such as Tight ZK CPU (Yang et al., CCS'24) and fast ZK RAM (Yang and Heath, USENIX Security'24). We develop better encodings for Z232\mathbb{Z}_{2^{32}} arithmetic, and numerous low-level optimizations.

Compared to ZEE's 10\approx 10 KHz CPU speed on a limited ISA, ZEE200 runs at 200\approx 200 KHz (still on a commodity laptop and a LAN!), while supporting a much richer ISA. For example, we rerun a ZEE's benchmark, proving a SIR-reported vulnerability in off-the-shelf Linux utility sed\texttt{sed}. On a 2021 ThinkPad X1 Carbon Gen 9 under a simulated 11Gbps LAN (single-threaded), ZEE200 completed the proof in 1.51.5 seconds, compared to ZEE's 30.130.1 seconds, a 20×20\times improvement.