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

Add cryptography and PyCrypto python lib #30

Closed xueyumusic closed 3 years ago

xueyumusic commented 4 years ago

This PR tries to add two common used python crypto lib, which are cryptography and PyCrypto, and fix a small typo

  1. cryptography in github
  2. pycrypto in gitub
tomato42 commented 3 years ago

pycrypto is dead, no modern text should mention it, let alone recommend it