Yu et al. proposed Veloz, a distribution framework for code-based multilinear PCS, achieving sublinear communication cost and eliminating proof size dependence on sub-provers. Yu等人在论文中提出了一种基于代码的多线性多项式承诺分布框架Veloz,首次实现通信成本亚线性于子证明者数量,并消除证明大小对子证明者数量的依赖。
Notes
Existing code-based PCS distribution schemes suffer from high communication or proof size overhead.
Veloz uses a customized proof aggregation method from interleaved code to efficiently combine sub-proofs.
Two instantiations: Veloz-RS based on Reed-Solomon code and Veloz-Fast based on Brakedown's fast linear code.
Veloz-RS achieves O(n) proving time, O(√n) communication, and O(1) proof size.
Veloz-Fast achieves O(n log n) proving time, O(√n) communication, O(1) proof size, and field agnosticity.
Experiments show linear scalability; Veloz-Fast achieves 26.9s proof generation and 7.02× speedup for n=2²⁰.
What is the core innovation of Veloz? Veloz 的核心创新是什么? Velozの核となるイノベーションは何ですか?
Its core innovation is a proof aggregation method based on interleaved codes, which combines multiple sub-proofs with minimal communication and achieves sublinear communication cost for the first time. 核心是基于 interleaved code 的 proof aggregation 方法,以极低通信成本聚合多个 sub-proofs,并首次实现 sublinear communication。 その核となる革新は、インターリーブコードに基づいたプルーフ集約手法であり、複数のサブプルーフを最小限の通信で結合し、初めて準線形(sublinear)な通信コストを実現しています。
How does Veloz improve over prior work? Veloz 相比已有方案好在哪里? Velozは先行研究と比べてどのように改善されていますか?
It avoids total communication among sub-provers, and the proof size no longer grows with the number of sub-provers, while maintaining proving speed and security. 它避免了 sub-provers 间的全量通信,并且 proof size 不再随 sub-prover 数量增长,兼顾 proving speed 和 security。 これはサブプロバー間の完全な通信を回避し、証明サイズがサブプロバーの数に依存して増加するのを防ぎつつ、証明速度とセキュリティを維持します。