debian-python-jwcrypto/docs/source/index.rst

37 lines
850 B
ReStructuredText

.. JWCrypto documentation master file, created by
sphinx-quickstart on Tue Apr 14 10:25:10 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to JWCrypto's documentation!
====================================
JWCrypto is an implementation of the Javascript Object Signing and
Encryption (JOSE) Web Standards as they are being developed in the
JOSE_ IETF Working Group and related technology.
JWCrypto is Python2 and Python3 compatible and uses the Cryptography_
package for all the crypto functions.
.. _JOSE: https://datatracker.ietf.org/wg/jose/charter/
.. _Cryptography: https://cryptography.io/
Contents:
.. toctree::
:maxdepth: 2
jwk
jws
jwe
jwt
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`