mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-05 20:10:32 +00:00
book: Evaluation points are elements of fields, not groups
Polynomials require both addition and multiplication, which fields have, whereas a group only specifies a single operation.
This commit is contained in:
parent
ba9917e35c
commit
e1a3cc5e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ the formal indeterminate $X$ with some concrete value $x$, which we denote by $A
|
||||||
> The word "point" here stems from the geometrical usage of polynomials in the form
|
> The word "point" here stems from the geometrical usage of polynomials in the form
|
||||||
> $y = A(x)$, where $(x, y)$ is the coordinate of a point in two-dimensional space.
|
> $y = A(x)$, where $(x, y)$ is the coordinate of a point in two-dimensional space.
|
||||||
> However, the polynomials we deal with are almost always constrained to equal zero, and
|
> However, the polynomials we deal with are almost always constrained to equal zero, and
|
||||||
> $x$ will be an [element of some group](fields.md#groups). This should not be confused
|
> $x$ will be an [element of some field](fields.md). This should not be confused
|
||||||
> with points on an [elliptic curve](curves.md), which we also make use of, but never in
|
> with points on an [elliptic curve](curves.md), which we also make use of, but never in
|
||||||
> the context of polynomial evaluation.
|
> the context of polynomial evaluation.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue