diff options
Diffstat (limited to 'python/rsa/README')
-rw-r--r-- | python/rsa/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/rsa/README b/python/rsa/README new file mode 100644 index 0000000000000..38bb5d56a7428 --- /dev/null +++ b/python/rsa/README @@ -0,0 +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 |