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²⁰.
Large-scale polynomial proof generation is computationally expensive. Distributed PCS enables parallel proof generation, improving speed while preserving transparent setup and plausible quantum resilience. 大规模多项式证明计算成本很高。分布式 PCS 可以并行生成 proof,提高速度,同时保持 transparent setup 和抗量子潜力。
What is the core innovation of 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。
How does Veloz improve over prior work? 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。