whir-svo#204
Open
TomWambsgans wants to merge 33 commits into
Open
Conversation
Co-authored-by: Copilot <copilot@github.com>
4cc57d4 to
9b44b59
Compare
…_batched` Co-authored-by: Copilot <copilot@github.com>
# Conflicts: # crates/whir/src/open.rs
c6f9fd4 to
c09c85a
Compare
Co-Authored-By: carlo <carlo.modica@protonmail.com>
Open
# Conflicts: # crates/whir/src/open.rs
Adopt main's always-IV slice hashing (length absorbed into the IV for domain separation) while keeping whir-split-eq's existing zero-skip optimization at the DFT layer (commit_with_prefix_len / reorder_and_dft_with_prefix_len). The Merkle layer keeps the simpler merkle_commit(matrix, n_cols) API and hashes the full DFT matrix, since the DFT already cut trailing zeros. Concretely: - precompute_zero_suffix_state + hash_rtl_iter_with_initial_state added to the sponge module (alongside the existing hash_iter). - whir/src/merkle.rs first_digest_layer switched to RTL absorption seeded with [base_width, 0, ..., 0], via the new vertically_packed_row_rtl matrix helper (n_zero_chunks = 0). - backend merkle_verify and fiat-shamir verifier swap hash_iter for hash_slice so the verifier reproduces the prover's IV-based digest. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.