Skip to content

Commit

Permalink
fixup the curve equation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Jul 9, 2022
1 parent 3a8bc4e commit 534eb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ec_arithmetic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Both of them use the curves specified using the

You can either provide your own curve parameters or use one of the predefined
curves.
For example, to define a curve :math:`x^2 = x^3 + x + 4 \text{ mod } 5` use
For example, to define a curve :math:`y^2 = x^3 + 1 * x + 4 \text{ mod } 5` use
code like this:

.. code:: python
Expand Down

0 comments on commit 534eb3d

Please sign in to comment.