We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8f3b7 commit cbedb9dCopy full SHA for cbedb9d
crates/stark-backend-v2/src/proof.rs
@@ -115,6 +115,7 @@ pub struct WhirProof {
115
/// For each WHIR round, the PoW witness.
116
pub whir_pow_witnesses: Vec<F>,
117
/// For the initial round: per commited matrix, per in-domain query.
118
+ // num_commits x num_queries x (1 << k) x stacking_width[i]
119
pub initial_round_opened_rows: Vec<Vec<Vec<Vec<F>>>>,
120
pub initial_round_merkle_proofs: Vec<Vec<MerkleProof>>,
121
/// Per non-initial round, per in-domain-query.
0 commit comments