Skip to content

Commit

Permalink
docs fix spelling issues (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilogweb3 authored Dec 16, 2024
1 parent 501962e commit f708787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FRI proofs are verified by a [FriVerifier](src/verifier/mod.rs) as follows:
3. Finally, the query phase of the FRI protocol should be executed via `verify()` function. Note that query values at the first FRI layer are provided to the `verify()` function directly. The values at remaining layers, the verifier reads from the specified verifier channel.

## Protocol parameters
This crates supports executing FRI protocol with dynamically configurable parameters including:
This crate supports executing FRI protocol with dynamically configurable parameters including:

* Base STARK field,
* Extension field,
Expand Down Expand Up @@ -48,4 +48,4 @@ When this crate is compiled with `concurrent` feature enabled, `FriProver` will
License
-------

This project is [MIT licensed](../LICENSE).
This project is [MIT licensed](../LICENSE).
2 changes: 1 addition & 1 deletion math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This crate contains modules with mathematical operations needed in STARK proof generation and verification.

## Finite field
[Finite field](src/field) module implements arithmetic operations in STARK-friendly finite fields. The operation include:
[Finite field](src/field) module implements arithmetic operations in STARK-friendly finite fields. The operations include:

* Basic arithmetic operations: addition, multiplication, subtraction, division, inversion.
* Drawing random and pseudo-random elements from the field.
Expand Down

0 comments on commit f708787

Please sign in to comment.