Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
linhnph05 committed Apr 4, 2024
1 parent 843dba2 commit 0d1dc28
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 0d1dc28

Please sign in to comment.