diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-09-10 01:52:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-10 01:52:08 +0700 |
commit | ed597a3c1c3e714b7c7e3577c424117e368878e3 (patch) | |
tree | 6d6aba4248667614b69a3eb27133185f7f5a2ee6 /python/python3-pycrypto/README | |
parent | 9492285ac0cf36816ebdb16972ab0507cfdc649e (diff) | |
download | slackbuilds-ed597a3c1c3e714b7c7e3577c424117e368878e3.tar.gz |
python/python3-pycrypto: Added (The Python Cryptography Toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pycrypto/README')
-rw-r--r-- | python/python3-pycrypto/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-pycrypto/README b/python/python3-pycrypto/README new file mode 100644 index 0000000000..e40f72ec0e --- /dev/null +++ b/python/python3-pycrypto/README @@ -0,0 +1,3 @@ +This is a collection of both secure hash functions (such as SHA256 +and RIPEMD160), and various encryption algorithms (AES, DES, RSA, +ElGamal, etc.). |