
Briefing
The core research problem addressed is the computational overhead associated with repeatedly generating and verifying Zero-Knowledge Proofs (ZKPs) in stateful, sequential protocols. The paper proposes a foundational breakthrough ∞ the Resumable Honest Verifier Zero-Knowledge Proof of Knowledge (resumable HVZKPoK) , a new primitive that allows a prover and verifier to execute subsequent proof sessions at a fraction of the initial cost. This is achieved by decomposing the underlying circuit into partial components and only rerandomizing and reproving the smaller, non-reusable parts. The most important implication is the unlocking of practically efficient, post-quantum secure stateful cryptographic schemes, such as signatures, which were previously bottlenecked by the high cost of continuous ZKP generation.

Context
Traditional non-interactive Zero-Knowledge Proofs of Knowledge (NIZKPoKs), particularly those based on the “MPC-in-the-head” paradigm for symmetric-key primitives, were designed for single-session use. When applied to stateful protocols like signature schemes, where the prover must generate a new proof for every transaction or state update, the repeated, full execution of the proof protocol created a massive computational and communication bottleneck. This prevailing theoretical limitation rendered many post-quantum secure, ZKP-based constructions impractical for real-world, high-frequency decentralized applications.

Analysis
The resumable HVZKPoK fundamentally changes the proof structure by introducing extractable decomposition. The underlying circuit is logically separated into two parts ∞ a large, static component and a smaller, session-dependent component. The initial session computes the full proof.
For all subsequent sessions, the prover leverages the existing transcript of the static component’s proof, which remains valid, and only computes a new, rerandomized proof for the small, dynamic component. This mechanism, built upon the separability property of the underlying MPC-in-the-head proofs, maintains full knowledge soundness and zero-knowledge properties while drastically reducing the computation and communication complexity of every resumed session.

Parameters
- Subsequent Sign/Verify Time ∞ 3.1%/3.3% of the original protocol. The most critical performance metric for the practical application of stateful signatures.
- Signature Size Reduction ∞ 36% of the original signature size. The resulting communication efficiency for the stateful signature scheme Picnic3.
- Underlying Paradigm ∞ MPC-in-the-Head. The cryptographic framework leveraged for the construction of the resumable ZKPoK.

Outlook
The theoretical establishment of resumable ZKPoK creates a new research avenue for all cryptographic protocols requiring sequential, verifiable computation. In the next 3-5 years, this primitive is poised to enable the practical deployment of highly efficient, post-quantum secure primitives like stateful signatures and ring signatures in decentralized systems. It directly unlocks the capability for resource-constrained devices to participate in ZKP-based protocols with minimal recurring overhead, fundamentally addressing a major barrier to widespread post-quantum security adoption in blockchain environments.

Verdict
This research establishes a new cryptographic primitive that resolves the sequential proof overhead problem, creating a path toward efficient, stateful, and post-quantum secure decentralized systems.
