Skip to content

Commit af3d97c

Browse files
authored
Merge pull request #303 from tlsfuzzer/equation-fix
fixup the curve equation
2 parents 3a8bc4e + 534eb3d commit af3d97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/ec_arithmetic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Both of them use the curves specified using the
2424

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

3030
.. code:: python

0 commit comments

Comments
 (0)