diff options
Diffstat (limited to 'python/python2-pycrypto/README')
-rw-r--r-- | python/python2-pycrypto/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python2-pycrypto/README b/python/python2-pycrypto/README index ed20575779..5829911f92 100644 --- a/python/python2-pycrypto/README +++ b/python/python2-pycrypto/README @@ -1,3 +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. +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. |