diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 20:31:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:37 +0700 |
commit | e2856e589416e4f6285256b500f0767c847b50dc (patch) | |
tree | c8146aad04b8b58c44a94adfd45cac3105d4634e /python/pyaes/README | |
parent | 7d5a70c6f1cf6994491001e919204fbb76b39df9 (diff) |
python/pyaes: Added (Python implementation of AES).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyaes/README')
-rw-r--r-- | python/pyaes/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pyaes/README b/python/pyaes/README new file mode 100644 index 000000000000..9ee58fc5792b --- /dev/null +++ b/python/pyaes/README @@ -0,0 +1,2 @@ +A pure-Python implementation of the AES block cipher algorithm +and the common modes of operation (CBC, CFB, CTR, ECB and OFB). |