ソースを参照

Merge pull request #456 from dinamicoplus/patch-1

Fix RSA Encryption Example
Steffen Jaeckel 7 年 前
コミット
99f9181f67
1 ファイル変更1 行追加1 行削除
  1. 1 1
      doc/crypt.tex

+ 1 - 1
doc/crypt.tex

@@ -4591,7 +4591,7 @@ int main(void)
       return EXIT_FAILURE;
    }
 
-   /* register a math library (in this case TomsFastMath)
+   /* register a math library (in this case TomsFastMath) */
    ltc_mp = tfm_desc;
 
    if (register_hash(&sha1_desc) == -1) {