Skip to content

Commit

Permalink
Merge pull request #55 from linhnph05/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
syreal17 authored Apr 5, 2024
2 parents 843dba2 + 0d1dc28 commit 293c15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/crypto.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ Private key (d,n) -> (35,117)

Message m –> 10

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:
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:

10^11^ mod 117

Expand Down

0 comments on commit 293c15f

Please sign in to comment.