In sumcheck-based systems like Jolt, how does an unbound input claim reduce to a solvable linear equation? 在基于 sumcheck 的系统如 Jolt 中,未绑定的 input claim 如何转化为可解的线性方程? Joltのようなsumcheckベースのシステムにおいて、アンバウンドな入力(unbound input)はどのように解ける線形方程式に還元されるのでしょうか?
Because compression makes the final verification equation linear in the initial claim, of the form a·H + b = expected, and the coefficients are independent of H, the attacker can directly solve for H. 由于压缩优化使最终验证等式对初始 claim 呈线性形式 a·H+b=expected,且随机系数独立于 H,攻击者可直接解出 H 使等式成立。 圧縮により、最終的な検証方程式が初期の主張(claim)に対する線形形式、すなわち a·H + b = expected の形となり、かつ係数がHに依存しないため、攻撃者はHを直接解くことができる。