summaryrefslogtreecommitdiff
path: root/development/pycrypto/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/pycrypto/README')
-rw-r--r--development/pycrypto/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/development/pycrypto/README b/development/pycrypto/README
deleted file mode 100644
index ed20575779..0000000000
--- a/development/pycrypto/README
+++ /dev/null
@@ -1,3 +0,0 @@
-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.