Skip to content

Commit

Permalink
Typo Update implementation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
famouswizard authored Nov 23, 2024
1 parent 281fa88 commit c399c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/plonk/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ assert!(verifier.verify(
));
```

Let's brake it down. The helper function `test_common_preprocessed_input_2()` returns an instance of the following struct for the particular test circuit:
Let's break it down. The helper function `test_common_preprocessed_input_2()` returns an instance of the following struct for the particular test circuit:
```rust
pub struct CommonPreprocessedInput<F: IsField> {
pub n: usize,
Expand Down Expand Up @@ -295,4 +295,4 @@ Check out the following resources to learn more about it.

- [What can go wrong (zkdocs)](https://www.zkdocs.com/docs/zkdocs/protocol-primitives/fiat-shamir/#what-can-go-wrong)
- [How not to Prove Yourself: Pitfalls of the Fiat-Shamir Heuristic and Applications to Helios](https://eprint.iacr.org/2016/771.pdf)
- [Weak Fiat-Shamir Attacks on Modern Proof Systems](https://eprint.iacr.org/2023/691)
- [Weak Fiat-Shamir Attacks on Modern Proof Systems](https://eprint.iacr.org/2023/691)

0 comments on commit c399c7a

Please sign in to comment.