summaryrefslogtreecommitdiff
path: root/doc/index.rst
blob: 4963221bd033d7f170b7dc72dd0c25017175eb14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.. Python-RSA documentation master file, created by
   sphinx-quickstart on Sat Jul 30 23:11:07 2011.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Python-RSA's documentation!
======================================

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.

Contents:

.. toctree::
   :maxdepth: 2

   intro
   installation
   license
   usage
   compatibility


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`