summaryrefslogtreecommitdiff
path: root/README.rst
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
commit9208eebd47d8aafaba5df31e772ff04cacce8b95 (patch)
tree05d017c9ad6b7a6921845e5e5ee47374b74d6228 /README.rst
parentec4cba1c333e391ef2eb81c3d4379c6bed03be00 (diff)
downloadrsa-9208eebd47d8aafaba5df31e772ff04cacce8b95.tar.gz
Updated readme
Diffstat (limited to 'README.rst')
-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