feat(scheme): add HyperPlonk multi-point to single-point opening reduction#1295
feat(scheme): add HyperPlonk multi-point to single-point opening reduction#1295MavenRain wants to merge 1 commit intoscroll-tech:masterfrom
Conversation
…uction Phase 1 of scroll-tech#904: standalone sumcheck-based reduction that collapses N = 2^k opening claims f_i(z_i) = y_i (same num_vars) to a single point alpha_2 at which every f_i is opened. Follows HyperPlonk Section 3.8. Not yet wired into the prover/verifier flow; integration is a follow-up that needs to address heterogeneous num_vars across chips.
|
Hi @MavenRain thanks for the PR and interests toward this issue This PR IOP looks quite neat and fit into original issue. The newest issue is #1269, and also attach parent issue for reference #1231 |
OK, I'll close this since the plan is to move in another direction. |
Toward #904
Phase 1 of #904: standalone sumcheck-based reduction that collapses N = 2^k opening claims f_i(z_i) = y_i (same num_vars) to a single point alpha_2 at which every f_i is opened. Follows HyperPlonk Section 3.8.
Not yet wired into the prover/verifier flow; integration is a follow-up that needs to address heterogeneous num_vars across chips.