Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Oct 22, 2024
1 parent 91dbc84 commit 53efded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ serve:
python -m http.server

watch:
just serve & watchexec -w md2respec.py -w source/ -w template.html -w index_template.html just build
just serve & watchexec -w gen_index.py -w md2respec.py -w source/ -w template.html -w index_template.html just build
2 changes: 2 additions & 0 deletions source/starknet/fri.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,3 +701,5 @@ n_queries * log_n_cosets + proof_of_work_bits
Where:
* `n_queries` is the number of queries generates
* `log_n_cosets` is the log2 of the blow-up factor
* `proof_of_work_bits` is the number of bits required for the proof of work (see the [Proof of Work section](#proof-of-work)).

0 comments on commit 53efded

Please sign in to comment.