Skip to content

Commit

Permalink
fix img
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Oct 16, 2024
1 parent 9704665 commit e41d485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/starknet/polynomial_commitment.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A `n_verifier_friendly_layers` variable can be passed which dictates at which la

In the following example, the height of the table commitment is $6$ (and the height of the vector commitment is $5$). As such, a `n_verifier_friendly_layers` of $6$ would mean that only the table would use the verifier-friendly hash. A `n_verifier_friendly_layers` of $5$ would mean that the last / bottom layer of the Merkle tree would also use the verifier-friendly hash. A `n_verifier_friendly_layers` of $1$ would mean that all layers would use the verifier-friendly hash.

![vector decommit](/img/starknet/fri/vector_decommit.png)
![vector decommit](/img/starknet/fri/tree_height.png)

### Note on commitment multiple evaluations under the same leaf

Expand Down

0 comments on commit e41d485

Please sign in to comment.