Skip to content

Commit

Permalink
Update book/src/using-extensions/pairing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Wang <[email protected]>
  • Loading branch information
ytham and jonathanpwang authored Dec 15, 2024
1 parent 87fc11e commit 2947d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/using-extensions/pairing.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ setup_all_complex_extensions();

## Input values

The inputs to the pairing check are `AffinePoint`s in $\mathbb{F}_p$ and $\mathbb{F}_{p^2}$. They can be constructed the `AffinePoint::new` function, with the inner `Fp` and `Fp2` values constructed via various `from_...` functions.
The inputs to the pairing check are `AffinePoint`s in $\mathbb{F}_p$ and $\mathbb{F}_{p^2}$. They can be constructed via the `AffinePoint::new` function, with the inner `Fp` and `Fp2` values constructed via various `from_...` functions.

We can create a new struct that will hold this point outside of our guest program and import it into our guest program:

Expand Down

0 comments on commit 2947d85

Please sign in to comment.