1Metadata-Version: 1.1
2Name: pyaes
3Version: 1.6.1
4Summary: Pure-Python Implementation of the AES block-cipher and common modes of operation
5Home-page: https://github.com/ricmoo/pyaes
6Author: Richard Moore
7Author-email: pyaes@ricmoo.com
8License: License :: OSI Approved :: MIT License
9Description: A pure-Python implementation of the AES (FIPS-197)
10        block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
11        OFB) with no dependencies beyond standard Python libraries. See README.md
12        for API reference and details.
13Platform: UNKNOWN
14Classifier: Topic :: Security :: Cryptography
15Classifier: License :: OSI Approved :: MIT License
16