pyUmbral/docs/source/index.rst

55 lines
1.3 KiB
ReStructuredText
Raw Normal View History

.. pyUmbral documentation master file
created Thu Feb 15 12:47:25 2018.
pyUmbral
========
.. image:: https://travis-ci.org/nucypher/pyUmbral.svg?branch=master
:target: https://travis-ci.org/nucypher/pyUmbral
pyUmbral is a python implementation of Umbral using OpenSSL and Cryptography.io,
enabling users to perform *split-key proxy re-encryption* and public key encryption
in an understandable and usable manner.
.. toctree::
:maxdepth: 3
:caption: Table of Contents:
installation
using_pyumbral
Features
==========
- Proxy Re-encryption
- Threshold Re-encryption Key Splitting
- Bulk Data and Key Encapsulation
- Re-encryption Key Generation
- Public Key Encryption & Decryption
- Asymmetric Umbral Key Generation
- Elliptic Curve Arithmetic
2018-02-17 00:36:49 +00:00
Technical documentation
========================
"Umbral: A Threshold Proxy Re-Encryption Scheme"
by David Nuñez
Technical documentation and cryptographic specifications
are availible on GitHub https://github.com/nucypher/umbral-doc/blob/master/umbral-doc.pdf.
Support & Contribute
=====================
- Issue Tracker: https://github.com/nucypher/pyUmbral/issues
- Source Code: https://github.com/nucypher/pyUmbral
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`