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/slack-desc | |
parent | 7d5a70c6f1cf6994491001e919204fbb76b39df9 (diff) | |
download | slackbuilds-e2856e589416e4f6285256b500f0767c847b50dc.tar.gz |
python/pyaes: Added (Python implementation of AES).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyaes/slack-desc')
-rw-r--r-- | python/pyaes/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pyaes/slack-desc b/python/pyaes/slack-desc new file mode 100644 index 0000000000..0de4148fc8 --- /dev/null +++ b/python/pyaes/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pyaes: pyaes (Python implementation of AES) +pyaes: +pyaes: A pure-Python implementation of the AES block cipher algorithm +pyaes: and the common modes of operation (CBC, CFB, CTR, ECB and OFB). +pyaes: +pyaes: +pyaes: +pyaes: +pyaes: https://github.com/ricmoo/pyaes +pyaes: +pyaes: |