summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-11-24 11:20:46 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-11-24 11:20:46 +0100
commit185fe5758466728b6bc3ae63b0be508cd8835fac (patch)
treef4cf1dcfb0a3bc8d211943279c73607e0a8a4df5
parent47a7db1cce210fe9011535c73c57bf76fcca6820 (diff)
downloadrsa-git-185fe5758466728b6bc3ae63b0be508cd8835fac.tar.gz
Docs: Fix table layout
-rw-r--r--doc/cli.rst52
1 files changed, 26 insertions, 26 deletions
diff --git a/doc/cli.rst b/doc/cli.rst
index e06d5ee..6587850 100644
--- a/doc/cli.rst
+++ b/doc/cli.rst
@@ -13,30 +13,30 @@ on how to use them. Here is a short overview:
.. index:: pyrsa-verify, pyrsa-priv2pub, pyrsa-encrypt-bigfile
.. index:: pyrsa-decrypt-bigfile, pyrsa-decrypt-bigfile
-+-------------------------+--------------------------------------------------+-----------------------------------------+
-| Command | Usage | Core function |
-+=========================+==================================================+=========================================+
++-------------------------+---------------------------------------------------+-----------------------------------------+
+| Command | Usage | Core function |
++=========================+===================================================+=========================================+
| pyrsa-keygen | Generates a new RSA key pair in PEM or DER format | :py:func:`rsa.newkeys` |
-+-------------------------+--------------------------------------------------+-----------------------------------------+
-| pyrsa-encrypt | Encrypts a file. The file must be shorter than | :py:func:`rsa.encrypt` |
-| | the key length in order to be encrypted. | |
-+-------------------------+--------------------------------------------------+-----------------------------------------+
-| pyrsa-decrypt | Decrypts a file. | :py:func:`rsa.decrypt` |
-+-------------------------+--------------------------------------------------+-----------------------------------------+
-| pyrsa-sign | Signs a file, outputs the signature. | :py:func:`rsa.sign` |
-+-------------------------+--------------------------------------------------+-----------------------------------------+
-| pyrsa-verify | Verifies a signature. The result is written to | :py:func:`rsa.verify` |
-| | the console as well as returned in the exit | |
-| | status code. | |
-+-------------------------+--------------------------------------------------+-----------------------------------------+
-| pyrsa-priv2pub | Reads a private key and outputs the | \- |
-| | corresponding public key. | |
-+-------------------------+--------------------------------------------------+-----------------------------------------+
-| *pyrsa-encrypt-bigfile* | *Encrypts a file to an encrypted VARBLOCK file. | *Deprecated in Python-RSA 3.4 and |
-| | The file can be larger than the key length, but | removed from version 4.0.* |
-| | the output file is only compatible with | |
-| | Python-RSA.* | |
-+-------------------------+--------------------------------------------------+-----------------------------------------+
-| *pyrsa-decrypt-bigfile* | *Decrypts an encrypted VARBLOCK file.* | *Deprecated in Python-RSA 3.4 and |
-| | | removed from version 4.0.* |
-+-------------------------+--------------------------------------------------+-----------------------------------------+
++-------------------------+---------------------------------------------------+-----------------------------------------+
+| pyrsa-encrypt | Encrypts a file. The file must be shorter than | :py:func:`rsa.encrypt` |
+| | the key length in order to be encrypted. | |
++-------------------------+---------------------------------------------------+-----------------------------------------+
+| pyrsa-decrypt | Decrypts a file. | :py:func:`rsa.decrypt` |
++-------------------------+---------------------------------------------------+-----------------------------------------+
+| pyrsa-sign | Signs a file, outputs the signature. | :py:func:`rsa.sign` |
++-------------------------+---------------------------------------------------+-----------------------------------------+
+| pyrsa-verify | Verifies a signature. The result is written to | :py:func:`rsa.verify` |
+| | the console as well as returned in the exit | |
+| | status code. | |
++-------------------------+---------------------------------------------------+-----------------------------------------+
+| pyrsa-priv2pub | Reads a private key and outputs the | \- |
+| | corresponding public key. | |
++-------------------------+---------------------------------------------------+-----------------------------------------+
+| *pyrsa-encrypt-bigfile* | *Encrypts a file to an encrypted VARBLOCK file. | *Deprecated in Python-RSA 3.4 and |
+| | The file can be larger than the key length, but | removed from version 4.0.* |
+| | the output file is only compatible with | |
+| | Python-RSA.* | |
++-------------------------+---------------------------------------------------+-----------------------------------------+
+| *pyrsa-decrypt-bigfile* | *Decrypts an encrypted VARBLOCK file.* | *Deprecated in Python-RSA 3.4 and |
+| | | removed from version 4.0.* |
++-------------------------+---------------------------------------------------+-----------------------------------------+