summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-08-01 20:55:20 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2011-08-01 20:55:20 +0200
commitec4cba1c333e391ef2eb81c3d4379c6bed03be00 (patch)
treeccceb91cf374691c9fe9fa1397921a68092da9c5 /README.rst
parent32a90db15f702f6ad1282f018f12f9ecaac025e4 (diff)
downloadrsa-ec4cba1c333e391ef2eb81c3d4379c6bed03be00.tar.gz
Updated readme
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::