summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2022-07-14 20:08:23 +0200
committerGitHub <noreply@github.com>2022-07-14 20:08:23 +0200
commitcb097b3b7f8e0e4933b2bfffa62040eb69ea6c45 (patch)
tree148ac8b34c4aa20f732f6b75be8fdb86b5ed8ede
parent341e0d8be9fedf66fbc9a95630b4ed2138343380 (diff)
parent242fc415ac851fb1fd02d125545ce2bc7135e01c (diff)
downloadecdsa-cb097b3b7f8e0e4933b2bfffa62040eb69ea6c45.tar.gz
Merge pull request #306 from tlsfuzzer/curve-equation
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).