Skip to content

Commit 06b0f77

Browse files
authored
Merge pull request #629 from ulikos/fix-628
Fixed wrong sign in docu of ECC Extended Key Generation, Fixes #628
2 parents 1e629e6 + 7ddd4f7 commit 06b0f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/crypt.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5185,7 +5185,7 @@ \subsection{Extended Key Generation}
51855185
} ltc_ecc_curve;
51865186
\end{verbatim}
51875187

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.
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.
51895189

51905190
Advanced example of creating an ECC key:
51915191
\begin{small}

0 commit comments

Comments
 (0)