pure-Python implementation of AES block-cipher
A pure-Python implementation of the AES (FIPS-197) block-cipher algorithm and
common modes of operation (CBC, CFB, CTR, ECB, OFB) with no dependencies beyond
standard Python libraries.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pypi.python.org/pypi/pyaes
