nakov / Practical-Cryptography-for-Developers-Book

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
https://cryptobook.nakov.com
MIT License
3.46k stars 418 forks source link

Fixed Open Issue #38 #40

Open tonyH2O opened 3 years ago

tonyH2O commented 3 years ago

There was a small typo in the text from: /key-exchange/diffie-hellman-key-exchange.md Line: 7 "so that IS someone sniffs the communication between the parties, the information exchanged CAN be revealed"

Changed to: "so that IF someone sniffs the communication between the parties, the information exchanged CANNOT be revealed"