DESCR 434 B

1234567
  1. "cryptography" is a Python library which exposes cryptographic recipes and
  2. primitives, with the goal of it being a "cryptographic standard library".
  3. It aims to address various problems seen with other Python cryptography
  4. libraries, including lack of PyPy and Python 3 support, lack of maintenance.
  5. use of poor implementations of algorithms, lack of high-level APIs, absence
  6. of important algorithms, error prone APIs and bad defaults.