Skip to content

Commit 99f9181

Browse files
authored
Merge pull request #456 from dinamicoplus/patch-1
Fix RSA Encryption Example
2 parents 9c0d708 + be29591 commit 99f9181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/crypt.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4591,7 +4591,7 @@ \subsection{Extended Verification}
45914591
return EXIT_FAILURE;
45924592
}
45934593
4594-
/* register a math library (in this case TomsFastMath)
4594+
/* register a math library (in this case TomsFastMath) */
45954595
ltc_mp = tfm_desc;
45964596
45974597
if (register_hash(&sha1_desc) == -1) {

0 commit comments

Comments
 (0)