Skip to content

Commit

Permalink
fix Elliptic Curve section
Browse files Browse the repository at this point in the history
  • Loading branch information
olga24912 committed Nov 29, 2023
1 parent 56325a4 commit cdc7484
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion neps/nep-0488.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ This design approach aims to ensure future ease in supporting corresponding prec

#### Elliptic Curve

**The field $F_p$** for some *prime* $p$ is a set of integer elements $\textbraceleft 0, 1, \ldots, p - 1 \textbraceright$ with two operations: multiplication $\cdot$ and addition $+$. These operations are performed as multiplication/addition for integers number and then taking the remainder modulo $p$.
**The field $F_p$** for some *prime* $p$ is a set of integer
elements $\textbraceleft 0, 1, \ldots, p - 1 \textbraceright$ with two
operations: multiplication $\cdot$ and addition $+$.
These operations involve standard integer multiplication and addition,
followed by taking the remainder modulo $p$.

**The elliptic curve $E(F_p)$** is a set of all pairs $(x, y) \in F_p$:

Expand Down

0 comments on commit cdc7484

Please sign in to comment.