We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e629e6 + 7ddd4f7 commit 06b0f77Copy full SHA for 06b0f77
doc/crypt.tex
@@ -5185,7 +5185,7 @@ \subsection{Extended Key Generation}
5185
} ltc_ecc_curve;
5186
\end{verbatim}
5187
5188
-The curve must be of the form $y^2 = x^3 - a \cdot x + b$, and all of the \textit{const char*} parameters have to be encoded in hexadecimal format.
+The curve must be of the form $y^2 = x^3 + a \cdot x + b$, and all of the \textit{const char*} parameters have to be encoded in hexadecimal format.
5189
5190
Advanced example of creating an ECC key:
5191
\begin{small}
0 commit comments