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.
1 parent 1e629e6 commit 7ddd4f7Copy full SHA for 7ddd4f7
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