summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2011-08-01 20:55:56 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2011-08-01 20:55:56 +0200
commit83169a29ad4e3a9d6a021f9f799a1bdd5259eeae (patch)
tree05d017c9ad6b7a6921845e5e5ee47374b74d6228
parent0876853a21692bfa2020c5d48c33f358f7690324 (diff)
downloadrsa-git-83169a29ad4e3a9d6a021f9f799a1bdd5259eeae.tar.gz
Updated readme
-rw-r--r--README.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index a1f5509..3313e06 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,11 @@
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. The code was mostly written by Sybren A.
-Stüvel. The Python-RSA homepage is at http://stuvel.eu/rsa
+`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. The code was mostly written by
+Sybren A. Stüvel. The Python-RSA homepage is at http://stuvel.eu/rsa
Download and install using::
@@ -21,6 +21,7 @@ The source code is maintained in a `Mercurial repository`_ and is
licensed under the `Apache License, version 2.0`_
+.. _`Python-RSA`: http://stuvel.eu/rsa
.. _`Mercurial repository`: https://bitbucket.org/sybren/python-rsa
.. _`Python Package Index`: http://pypi.python.org/pypi/rsa
.. _`Apache License, version 2.0`: http://www.apache.org/licenses/LICENSE-2.0