Shirzad et al. proposed a black-box transformation from any PCS to relaxed modular PCS in their paper, applied to integer SNARKs, achieving the first fully succinct proof scheme for integer constraint systems. Shirzad等人在论文中提出了一种从任意PCS构建松弛模块化PCS的黑盒转换方法,并应用于整数SNARK,实现了首个完全简洁的整数约束系统证明方案。
Notes
Proposed black-box transformation from any PCS to relaxed modular PCS, extending existing techniques
Instantiated with tensor-code PCS for O(log(N+B)) proof size and verification time, transparent and post-quantum secure
Applied in Garetta et al. framework to achieve first fully succinct SNARK for integer customizable constraint systems
Prover time O(BlogN + NlogNlogB), verifier time and proof size O(log(N+B))
Used commitment-switching technique for integer polynomials and new batched integer commitment scheme
Improved arguments for integer addition, multiplication, NTT correctness, and Diophantine relations
提出从任意PCS构建松弛模块化PCS的黑盒转换方法,扩展了现有技术
基于张量码PCS实例化,实现O(log(N+B))证明大小和验证时间,透明且后量子安全
在Garetta等人框架下应用,获得首个完全简洁的整数自定义约束系统SNARK
证明者时间O(BlogN + NlogNlogB),验证者时间和证明大小O(log(N+B))
采用整数多项式承诺切换技术和新的批处理整数承诺方案
改进整数加法、乘法、数论变换正确性及丢番图关系的论证
零知识证明零知識証明zkDaily
Q&A Deep Dive 💬今日要点 深入解析 💬今日の要点 深掘り 💬
Wed星期三水曜日
02.25
2026
Why is direct support for integer arithmetic important for SNARKs? 为何直接支持整数运算对 SNARK 很重要? SNARKにとって、整数演算の直接サポートはなぜ重要なのでしょうか?
Many applications natively operate over large integers, such as cryptographic protocols or number-theoretic computations. Avoiding emulation in finite fields reduces overhead and complexity. 许多应用天然基于大整数,例如密码协议或数论计算。避免在有限域中模拟整数可减少开销与复杂性。 暗号プロトコルや数論的計算など、多くのアプリケーションはネイティブで大きな整数上で動作します。有限体上でのエミュレーションを避けることで、オーバーヘッドと複雑さを低減できます。
Why are customizable constraint systems more challenging over integers? 自定义约束系统(Customizable Constraint System)在整数环境下为何更具挑战? カスタマイズ可能な制約システムは、整数(integers)よりもなぜより困難なのでしょうか?
Integer arithmetic lacks convenient finite-field properties such as guaranteed inverses and modular structure, making consistency and range enforcement harder to verify efficiently. 整数运算缺乏有限域的良好代数性质,例如逆元存在性与模约简结构,这使得一致性与范围约束更难高效验证。 整数演算は、逆元やモジュラ構造といった便利な有限体(finite-field)の性質を欠いているため、一貫性(consistency)や範囲(range)の強制を効率的に検証することが困難になります。
What does this result imply for the long-term development of SNARKs over integers? 这一结果在整数算术 SNARK 的长期发展中意味着什么? この結果は、整数上でのSNARKの長期的な開発にとって何を意味するのでしょうか?
It overturns the implicit belief that integer SNARKs cannot be both succinct and efficient, offering a transparent and plausibly post-quantum-secure path for large-integer cryptographic and number-theoretic applications. 它打破了“整数 SNARK 无法同时简洁与高效”的隐性假设,提供了透明且潜在后量子安全的路径,为大整数密码协议与数论应用奠定理论基础。 本技術は、整数SNARKが簡潔性と効率性を両立できないという暗黙の前提を覆し、大規模な整数暗号および数論的アプリケーションに対して、透明で妥当なポスト量子安全性の道筋を提供する。