Skip to content

Post-GKR sumcheck - #69

Open
frozenspider wants to merge 7 commits into
mainfrom
fs/post-gkr-sc-v4
Open

frozenspider wants to merge 7 commits into
mainfrom
fs/post-gkr-sc-v4

Conversation

@frozenspider

@frozenspider frozenspider commented Sep 16, 2026

Copy link
Copy Markdown
Collaborator

This PR implements a degree-2 sumcheck between GKR and PCS, reducing GKR inner product claim to an MLE evaluation claim, replacing placeholder sumcheck in pcs crate.

This change results in end-to-end verifier being ~20% faster in the

RUSTFLAGS="-C target-cpu=native" cargo run --release -p bitz-cli -- circuit-e2e --circuit sha256-block-aligned --num-blocks 608

routine on my machine.

Additional notable changes:

  • Parallelized tensor product in VirtualStatement::transpose_query.
  • Added F128::to_u128(), reconstructing it seems to be a recurring pattern.
  • Added a guard against zero coordinate in gkr_reduce's batch point.

@frozenspider frozenspider changed the title [WIP] Post-GKR sumcheck Post-GKR sumcheck Sep 16, 2026
@frozenspider
frozenspider marked this pull request as ready for review September 16, 2026 22:48
@frozenspider
frozenspider marked this pull request as draft September 17, 2026 09:35
@frozenspider
frozenspider marked this pull request as ready for review September 17, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant