5c86f11853
A pure-Python implmentation of the AES block cipher algorithm and the common modes of operation (CBC, CFB, CTR, ECB and OFB). Features: - Supports all AES key sizes - Supports all AES common modes - Pure-Python (no external dependancies) - BlockFeeder API allows streams to easily be encrypted and decrypted - Python 2.x and 3.x support (make sure you pass in bytes(), not strings for Python 3)
14 lines
449 B
Text
14 lines
449 B
Text
@comment $NetBSD: PLIST,v 1.1 2016/06/14 07:58:40 kamil Exp $
|
|
${PYSITELIB}/${EGG_FILE}
|
|
${PYSITELIB}/pyaes/__init__.py
|
|
${PYSITELIB}/pyaes/__init__.pyc
|
|
${PYSITELIB}/pyaes/__init__.pyo
|
|
${PYSITELIB}/pyaes/aes.py
|
|
${PYSITELIB}/pyaes/aes.pyc
|
|
${PYSITELIB}/pyaes/aes.pyo
|
|
${PYSITELIB}/pyaes/blockfeeder.py
|
|
${PYSITELIB}/pyaes/blockfeeder.pyc
|
|
${PYSITELIB}/pyaes/blockfeeder.pyo
|
|
${PYSITELIB}/pyaes/util.py
|
|
${PYSITELIB}/pyaes/util.pyc
|
|
${PYSITELIB}/pyaes/util.pyo
|