Skip to content

Commit 242fc41

Browse files
committed
fix curve equation in the glossary
1 parent 341e0d8 commit 242fc41

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)