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

Feature Request: Schnorr Signature Algorithm #45

Open fresheneesz opened 3 years ago

fresheneesz commented 3 years ago

Great write ups! I'd love to see a section on the Schnorr Signature Algorithm. Would be a good lead up to EdDSA, since that's based on Schnorr.