Skip to content

Commit

Permalink
one less TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Oct 21, 2024
1 parent 4c35b75 commit 2f27157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/starknet/fri.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ The FRI protocol is globally parameterized according to the following variables.

A FRI configuration contains the following fields:

**`log_input_size`**. The size of the input layer to FRI (the number of evaluations committed). (TODO: double check)
**`log_input_size`**. The size of the input layer to FRI, specifically the log number of evaluations committed (this should match the log of the evaluation domain size).

**`n_layers`**. The number of layers or folding that will occur as part of the FRI proof. This value must be within the range `[2, MAX_FRI_LAYERS]` (see constants).

Expand Down

0 comments on commit 2f27157

Please sign in to comment.