summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0c24fb4..a1f5509 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,8 @@ Pure Python RSA implementation
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. It can be used as a Python library as
-well as on the commandline.
+well as on the commandline. The code was mostly written by Sybren A.
+Stüvel. The Python-RSA homepage is at http://stuvel.eu/rsa
Download and install using::