summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 02577ab..c7600a0 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -10,6 +10,13 @@ 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.
+If you have the time and skill to improve the implementation, by all
+means be my guest. The best way is to clone the `Mercurial
+repository`_ and send me a merge request when you've got something
+worth merging.
+
+.. _`Mercurial repository`: https://bitbucket.org/sybren/python-rsa
+
Security notice
--------------------------------------------------
@@ -26,11 +33,6 @@ I'm sure that those aren't the only insecurities. Use your own
judgement to decide whether this module is secure enough for your
application.
-If you have the time and skill to improve the implementation, by all
-means be my guest. The best way is to clone the Mercurial repository
-and send me a merge request when you've got something worth merging.
-
-
Contents
--------------------------------------------------
@@ -49,3 +51,4 @@ Contents
* :ref:`genindex`
+* :ref:`search`