diff --git a/doc/crypt.tex b/doc/crypt.tex index 9a3833464..eedf054a7 100644 --- a/doc/crypt.tex +++ b/doc/crypt.tex @@ -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}