DESCRIPTION.rst 231 B

12345
  1. A pure-Python implementation of the AES (FIPS-197)
  2. block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
  3. OFB) with no dependencies beyond standard Python libraries. See README.md
  4. for API reference and details.