Skip to content

Commit

Permalink
Optimize Coset::at
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmilson committed Nov 19, 2024
1 parent c36e72a commit b4c018d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stwo_cairo_verifier/src/fri.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ impl FriLayerVerifierImpl of FriLayerVerifierTrait {
column_3.append(x3);
};
};

let actual_decommitment_array = array![column_0, column_1, column_2, column_3];

let folded_queries = queries.fold(FOLD_STEP);
Expand Down

0 comments on commit b4c018d

Please sign in to comment.