Skip to content

Commit

Permalink
Merge pull request #629 from ulikos/fix-628
Browse files Browse the repository at this point in the history
Fixed wrong sign in docu of ECC Extended Key Generation, Fixes #628
  • Loading branch information
sjaeckel authored Aug 7, 2023
2 parents 1e629e6 + 7ddd4f7 commit 06b0f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/crypt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5185,7 +5185,7 @@ \subsection{Extended Key Generation}
} ltc_ecc_curve;
\end{verbatim}

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.

Advanced example of creating an ECC key:
\begin{small}
Expand Down

0 comments on commit 06b0f77

Please sign in to comment.