Skip to content

Commit

Permalink
Remove SquareRootField from README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician authored Oct 17, 2022
1 parent 561ca52 commit 98b5e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ The available field traits are:
- [`Field`](https://github.com/arkworks-rs/algebra/blob/master/ff/src/fields/mod.rs#L66) - Interface for a generic finite field.
- [`FftField`](https://github.com/arkworks-rs/algebra/blob/master/ff/src/fields/mod.rs#L419) - Exposes methods that allow for performing efficient FFTs on field elements.
- [`PrimeField`](https://github.com/arkworks-rs/algebra/blob/master/ff/src/fields/mod.rs#L523) - Field with a prime `p` number of elements, also referred to as `Fp`.
- [`SquareRootField`](https://github.com/arkworks-rs/algebra/blob/master/ff/src/fields/mod.rs#L431) - Interface for fields that support square-root operations

The models implemented are:

Expand Down

0 comments on commit 98b5e8e

Please sign in to comment.