Skip to content

Commit cb097b3

Browse files
authored
Merge pull request #306 from tlsfuzzer/curve-equation
fix curve equation in the glossary
2 parents 341e0d8 + 242fc41 commit cb097b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ Glossary
8888
``tuple``, ``set``, ``frozenset``, etc.
8989

9090
short Weierstrass curve
91-
A curve with the curve equation: :math:`x^2=y^3+ax+b`. Most popular
91+
A curve with the curve equation: :math:`y^2=x^3+ax+b`. Most popular
9292
curves use equation of this format (e.g. NIST256p).

0 commit comments

Comments
 (0)