Guo et al. proposed LigeSIS, the first distribution-friendly code-based multilinear PCS, achieving sublinear cross-node communication with proof size independent of machine count. Guo等人在论文中提出了首个分布友好的基于纠错码的多线性多项式承诺方案LigeSIS,通过同态子集和哈希实现亚线性跨节点通信,证明大小与机器数量无关。
Notes
LigeSIS is the first distribution-friendly code-based multilinear PCS
Replaces Merkle-tree hashing with homomorphic subset-sum hash over Goldilocks64
Introduces preprocessing-accelerated subset-sum hash to reduce overhead
Single-node performance comparable to state-of-the-art RS-based PCS WHIR
Near-linear scalability in prover time in distributed settings
Improves prover time over distributed MKZG and reduces cross-node communication vs PIP
LigeSIS是首个分布友好的基于纠错码的多线性多项式承诺方案
用Goldilocks64上的同态子集和哈希替代Merkle树哈希,实现代数聚合
引入预处理加速的子集和哈希,降低哈希开销
单节点性能媲美最先进的RS-based PCS WHIR
分布式环境下证明时间呈现近线性扩展性
相比分布式MKZG,证明时间提升显著;相比PIP,跨节点通信减少
零知识证明零知識証明zkDaily
Q&A Deep Dive 💬今日要点 深入解析 💬今日の要点 深掘り 💬
Fri星期五金曜日
05.01
2026
Why do we need distributed PCS? 为什么需要分布式PCS? なぜ分散型PCSが必要なのか?
As workloads grow, a single machine struggles with proving. Distributed PCS spreads computation across nodes, reducing time and memory pressure. 随着计算规模增大,单机难以处理证明生成。分布式PCS可以将计算分散到多个节点,降低时间和内存压力。 ワークロードが増加するにつれて、単一のマシンでの証明(proving)は困難になります。分散化されたPCS (Prover/Verifier) は計算をノード間で分散させ、時間的・メモリ的な負荷を軽減します。
What is the key idea behind LigeSIS? LigeSIS的核心改进是什么? LigeSISの核となるアイデアは何ですか?
LigeSIS replaces Merkle trees with a homomorphic subset-sum hash, enabling algebraic aggregation of commitments from different nodes and reducing communication. LigeSIS用同态subset-sum哈希替代Merkle树,使不同节点的承诺可以代数聚合,从而减少通信并支持分布式计算。 LigeSISは、Merkleツリーを準同型な部分和ハッシュに置き換え、異なるノードからのコミットメントの代数的集約を可能にし、通信量を削減します。
How does LigeSIS achieve low communication overhead? LigeSIS如何实现低通信开销? LigeSISはどのようにして低い通信オーバーヘッドを実現していますか?
Using homomorphic hashing, nodes send partial results that can be aggregated, avoiding full Merkle paths and achieving sublinear communication. 通过同态哈希,各节点只需发送部分结果即可被聚合,避免传输完整Merkle路径,实现亚线性通信复杂度。 ホモモルフィックハッシュを使用することで、ノードは部分的な結果を送信でき、これらを集約(aggregate)することで完全なMerkleパスを回避し、準線形(sublinear)の通信を実現します。