-
Notifications
You must be signed in to change notification settings - Fork 451
Open
Description
Cool book!
By the way chat gpt solves your problems super well!
Here my 5 cents:
In
Practical-Cryptography-for-Developers-Book/key-exchange/diffie-hellman-key-exchange.md
Line 86 in a05a517
* In our case we have: **A** = 54 mod 23 = 4. |
Should it be 5^4 mod 23 = 4 instead of 54 mod 23 = 4?
Same here
Practical-Cryptography-for-Developers-Book/key-exchange/diffie-hellman-key-exchange.md
Line 88 in a05a517
* In our case we have: **B** = 53 mod 23 = 10 |
Should it be 5^3 mod 23 = 10 instead of 53 mod 23 = 10?
See also
https://www.wolframalpha.com/input?i=5%5E4+mod+23
Regards stefan
Metadata
Metadata
Assignees
Labels
No labels