summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2022-07-10 16:47:53 +0200
committerHubert Kario <hubert@kario.pl>2022-07-10 16:47:53 +0200
commit242fc415ac851fb1fd02d125545ce2bc7135e01c (patch)
tree148ac8b34c4aa20f732f6b75be8fdb86b5ed8ede
parent341e0d8be9fedf66fbc9a95630b4ed2138343380 (diff)
downloadecdsa-242fc415ac851fb1fd02d125545ce2bc7135e01c.tar.gz
fix curve equation in the glossary
-rw-r--r--docs/source/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/glossary.rst b/docs/source/glossary.rst
index 5486673..4aebb53 100644
--- a/docs/source/glossary.rst
+++ b/docs/source/glossary.rst
@@ -88,5 +88,5 @@ Glossary
``tuple``, ``set``, ``frozenset``, etc.
short Weierstrass curve
- A curve with the curve equation: :math:`x^2=y^3+ax+b`. Most popular
+ A curve with the curve equation: :math:`y^2=x^3+ax+b`. Most popular
curves use equation of this format (e.g. NIST256p).