Skip to content

Commit 293c15f

Browse files
authored
Merge pull request #55 from linhnph05/fix-typo
fix typo
2 parents 843dba2 + 0d1dc28 commit 293c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/crypto.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ Private key (d,n) -> (35,117)
525525

526526
Message m –> 10
527527

528-
So far, we have a private key which has an e=11, and a public key with a d=35. Our message is 10. To encrypt 10, we do:
528+
So far, we have a public key which has an e=11, and a private key with a d=35. Our message is 10. To encrypt 10, we do:
529529

530530
10^11^ mod 117
531531

0 commit comments

Comments
 (0)