Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nakov committed Feb 24, 2020
1 parent de7b25d commit 3cbe605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

A modern **practical book** about **cryptography for developers** with code examples, covering core concepts like: **hashes** \(like SHA-3 and BLAKE2\), **MAC codes** \(like HMAC and GMAC\), **key derivation functions** \(like Scrypt, Argon2\), **key agreement protocols** \(like DHKE, ECDH\), **symmetric ciphers** \(like AES and ChaCha20, cipher block modes, authenticated encryption, AEAD, AES-GCM, ChaCha20-Poly1305\), **asymmetric ciphers** and **public-key cryptosystems** \(RSA, ECC, ECIES\), **elliptic curve cryptography** \(ECC, secp256k1, curve25519\), **digital signatures** \(ECDSA and EdDSA\), **secure random numbers** \(PRNG, CSRNG\) and **quantum-safe cryptography**, along with crypto **libraries** and developer tools, with a lots of **code examples** in Python and other languages.

Author: **Svetlin Nakov**, PhD - [http://www.nakov.com](http://www.nakov.com)
Author: **Svetlin Nakov**, PhD - [https://nakov.com](https://nakov.com)

Contributors: Milen Stefanov, Marina Shideroff

Expand Down

0 comments on commit 3cbe605

Please sign in to comment.