aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pycrypto/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2021-10-10 16:46:44 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:23 +0700
commit44a2862f70e02dbf3842255e54c569ee8e800402 (patch)
treed6f6e70ba13a896123804c84e627db3408c5e7f4 /python/python2-pycrypto/README
parent7414c5c325f2b4c1a0028d5a7e9ae7ec5785d707 (diff)
python/python2-pycrypto: Renamed to clarify it's python2 only
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pycrypto/README')
-rw-r--r--python/python2-pycrypto/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python2-pycrypto/README b/python/python2-pycrypto/README
new file mode 100644
index 0000000000000..ed205757794ef
--- /dev/null
+++ b/python/python2-pycrypto/README
@@ -0,0 +1,3 @@
+This is a collection of both secure hash functions (such as MD5 and SHA),
+and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.).
+The package is structured to make adding new modules easy.