File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ on how to use them. Here is a short overview:
2929| | the console as well as returned in the exit | |
3030| | status code. | |
3131+-----------------------+--------------------------------------------------+-----------------------------------------+
32- | pyrsa-priv2pub | Reads a private key and outputs the | |
32+ | pyrsa-priv2pub | Reads a private key and outputs the | \- |
3333| | corresponding public key. | |
3434+-----------------------+--------------------------------------------------+-----------------------------------------+
3535| pyrsa-encrypt-bigfile | Encrypts a file to an encrypted VARBLOCK file. | :py:func: `rsa.bigfile.encrypt_bigfile ` |
Original file line number Diff line number Diff line change 1- Compatibility with standards and other software
1+ Compatibility with standards
22==================================================
33
44.. index :: OpenSSL
Original file line number Diff line number Diff line change 5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
60- # language = None
60+ language = 'en'
6161
6262# There are two options for replacing |today|: either, you set today to some
6363# non-false value, then it is used:
9494
9595# The theme to use for HTML and HTML Help pages. See the documentation for
9696# a list of builtin themes.
97- html_theme = 'default '
97+ html_theme = 'sphinxdoc '
9898
9999# Theme options are theme-specific and customize the look and feel of a theme
100100# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ Python-RSA is a pure-Python RSA implementation. It supports
1010encryption and decryption, signing and verifying signatures, and key
1111generation according to PKCS#1 version 1.5.
1212
13+ If you have the time and skill to improve the implementation, by all
14+ means be my guest. The best way is to clone the `Mercurial
15+ repository `_ and send me a merge request when you've got something
16+ worth merging.
17+
18+ .. _`Mercurial repository` : https://bitbucket.org/sybren/python-rsa
19+
1320
1421Security notice
1522--------------------------------------------------
@@ -26,11 +33,6 @@ I'm sure that those aren't the only insecurities. Use your own
2633judgement to decide whether this module is secure enough for your
2734application.
2835
29- If you have the time and skill to improve the implementation, by all
30- means be my guest. The best way is to clone the Mercurial repository
31- and send me a merge request when you've got something worth merging.
32-
33-
3436Contents
3537--------------------------------------------------
3638
@@ -49,3 +51,4 @@ Contents
4951
5052
5153* :ref: `genindex `
54+ * :ref: `search `
You can’t perform that action at this time.
0 commit comments