Skip to content

Commit

Permalink
exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
diegokingston committed Sep 10, 2024
1 parent ff6d7a2 commit 542ff99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/src/field/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ This defines a 6th degree extension over the scalar field of BLS12-381. We only

- Define the base field of the Ed25519 elliptic curve, defined by the prime $p$.
- Check whether $- 1$ is a quadratic residue.
- Compute $100^{65537} \pmod p$
- Compute $100^{65537} \pmod p$
- Define a degree 4 extension of the BabyBear field.

## References

Expand Down

0 comments on commit 542ff99

Please sign in to comment.