diff options
Diffstat (limited to 'python/rsa/README')
-rw-r--r-- | python/rsa/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/rsa/README b/python/rsa/README index 38bb5d56a742..5311a7072db4 100644 --- a/python/rsa/README +++ b/python/rsa/README @@ -1,5 +1,5 @@ -Python-RSA is a pure-Python RSA implementation. It supports encryption and -decryption, signing and verifying signatures, and key generation according to -PKCS#1 version 1.5. +Python-RSA is a pure-Python RSA implementation. It supports encryption +and decryption, signing and verifying signatures, and key generation +according to PKCS#1 version 1.5. Optional dependencies: psyco |