Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Apr 10, 2024
1 parent 30612a6 commit 029f812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stark/stark_verify.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ fn stark_verify(
// --- queries_hash: felt252
// --- fri_commitment_hash: felt252
// --- fri_decommitment_hash: felt252

// --- BEGIN SUBSTEP 2 --- (queries, fri_commitment, fri_decommitment, fri_witness) -> (bool)
fri_verify(
queries: queries,
commitment: commitment.fri,
decommitment: fri_decommitment,
witness: witness.fri_witness,
)
// --- END SUBSTEP 2 ---
// --- END SUBSTEP 2 ---
}

0 comments on commit 029f812

Please sign in to comment.