瀏覽代碼

Merge pull request #629 from ulikos/fix-628

Fixed wrong sign in docu of ECC Extended Key Generation, Fixes #628
Steffen Jaeckel 2 年之前
父節點
當前提交
06b0f7711b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/crypt.tex

+ 1 - 1
doc/crypt.tex

@@ -5185,7 +5185,7 @@ typedef struct {
 } ltc_ecc_curve;
 } ltc_ecc_curve;
 \end{verbatim}
 \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:
 Advanced example of creating an ECC key:
 \begin{small}
 \begin{small}