blob: 4963221bd033d7f170b7dc72dd0c25017175eb14 [file] [log] [blame]
Sybren A. Stüvelae99db62011-07-30 23:13:04 +02001.. Python-RSA documentation master file, created by
2 sphinx-quickstart on Sat Jul 30 23:11:07 2011.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
6Welcome to Python-RSA's documentation!
7======================================
8
Sybren A. Stüvelaa28c042011-07-30 23:48:00 +02009Python-RSA is a pure-Python RSA implementation. It supports
10encryption and decryption, signing and verifying signatures, and key
11generation according to PKCS#1 version 1.5.
12
Sybren A. Stüvelae99db62011-07-30 23:13:04 +020013Contents:
14
15.. toctree::
16 :maxdepth: 2
17
Sybren A. Stüvelaa28c042011-07-30 23:48:00 +020018 intro
19 installation
20 license
21 usage
22 compatibility
23
24
Sybren A. Stüvelae99db62011-07-30 23:13:04 +020025Indices and tables
26==================
27
28* :ref:`genindex`
29* :ref:`modindex`
30* :ref:`search`
31