From 534eb3df418226a4ecc908393a3d701630ed6e84 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Sat, 9 Jul 2022 13:59:59 +0200 Subject: [PATCH] fixup the curve equation --- docs/source/ec_arithmetic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ec_arithmetic.rst b/docs/source/ec_arithmetic.rst index 36d0ad49..39a13c97 100644 --- a/docs/source/ec_arithmetic.rst +++ b/docs/source/ec_arithmetic.rst @@ -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