零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Thu
03.05
2026
Project avatar
Paper
https://eprint.iacr.org/2026/410
Eden Aldema Tshuva CoSNARK IVC

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Thu
03.05
2026
beginner
What is a collaborative zkSNARK and how does it differ from a traditional single-prover zkSNARK?
A collaborative zkSNARK allows multiple mutually distrustful parties to jointly produce a proof attesting to the correctness of a computation over their private inputs without revealing them. In contrast, traditional zkSNARKs assume a single prover holding the entire witness.
answer
intermediate
What is Incrementally Verifiable Computation (IVC) and how does it help with long-running or streaming computations?
IVC decomposes a long computation into steps where each step updates a succinct proof that certifies both the current step and all previous steps, avoiding the need to reprove the entire computation history.
answer
expert
How does the construction maintain constant communication overhead per party?
Under a broadcast channel assumption, each party only sends a small update related to the current computation step. Since this update size does not grow with dataset size or computation history, the per-party communication remains constant.
answer