Skip to content

Commit

Permalink
separate step for FRI VERIFY
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Apr 9, 2024
1 parent 4f6ecff commit d12a107
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/stark/stark_verify.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ fn stark_verify(
let fri_decommitment = FriDecommitment {
values: oods_poly_evals.span(), points: points.span(),
};

// --- REQUIRED CONTEXT FOR SUBSTEP 1
// --- queries_hash: felt252
// --- fri_commitment_hash: felt252
// --- fri_decommitment_hash: felt252

// --- BEGIN SUBSTEP 1 --- (queries, fri_commitment, fri_decommitment, fri_witness) -> (bool)
fri_verify(
queries: queries,
commitment: commitment.fri,
Expand Down

0 comments on commit d12a107

Please sign in to comment.