Browse Source

Fix RSA Encryption Example

RSA Encryption Example is missing a closing comment bracket */
Marcos Brito 7 years ago
parent
commit
be29591812
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/crypt.tex

+ 1 - 1
doc/crypt.tex

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