summaryrefslogtreecommitdiff
path: root/python/pycrypto/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2011-03-30 16:24:39 +0200
committerRobby Workman <rworkman@slackbuilds.org>2011-03-30 22:52:58 -0500
commitebb7fab98ddd387511cac524f468a2c8936b87de (patch)
tree84fb7fb731c8eeeae9efcc0a309c2584e0afbd87 /python/pycrypto/README
parent09d5f75042eae044bea7efedfa9da3d1bc77dce5 (diff)
downloadslackbuilds-ebb7fab98ddd387511cac524f468a2c8936b87de.tar.gz
python/pycrypto: Moved from /development and updated for version 2.3
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'python/pycrypto/README')
-rw-r--r--python/pycrypto/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pycrypto/README b/python/pycrypto/README
new file mode 100644
index 0000000000..ed20575779
--- /dev/null
+++ b/python/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.