2018-02-16 23:52:24 +00:00
|
|
|
.. pyUmbral documentation master file
|
|
|
|
created Thu Feb 15 12:47:25 2018.
|
2018-02-15 20:51:23 +00:00
|
|
|
|
2018-02-20 22:06:33 +00:00
|
|
|
========
|
2018-02-16 23:52:24 +00:00
|
|
|
pyUmbral
|
|
|
|
========
|
|
|
|
|
|
|
|
.. image:: https://travis-ci.org/nucypher/pyUmbral.svg?branch=master
|
|
|
|
:target: https://travis-ci.org/nucypher/pyUmbral
|
|
|
|
|
2018-02-20 22:06:33 +00:00
|
|
|
pyUmbral is a python implementation of David Nuñez's threshold proxy rencryption scheme: Umbral_.
|
|
|
|
Implemented with OpenSSL_ and Cryptography.io_, pyUmbral is a referential and open-source cryptography library
|
2018-02-21 07:28:55 +00:00
|
|
|
extending the traditional cryptological narrative of "Alice and Bob" by introducing a new actor,
|
|
|
|
*Ursula*, who has the ability to take secrets encrypted for Alice and *re-encrypt* them for Bob.
|
2018-02-20 22:06:33 +00:00
|
|
|
|
|
|
|
.. _Umbral: https://github.com/nucypher/umbral-doc/blob/master/umbral-doc.pdf
|
|
|
|
.. _Cryptography.io: https://cryptography.io/en/latest/
|
|
|
|
.. _OpenSSL: https://www.openssl.org/
|
2018-02-15 20:51:23 +00:00
|
|
|
|
|
|
|
.. toctree::
|
2018-02-17 06:30:28 +00:00
|
|
|
:maxdepth: 3
|
2018-02-16 23:52:24 +00:00
|
|
|
:caption: Table of Contents:
|
|
|
|
|
|
|
|
installation
|
2018-02-17 04:58:45 +00:00
|
|
|
using_pyumbral
|
2018-02-16 23:52:24 +00:00
|
|
|
|
2018-02-20 22:06:33 +00:00
|
|
|
|
2018-02-16 23:52:24 +00:00
|
|
|
Features
|
2018-02-17 06:30:28 +00:00
|
|
|
==========
|
2018-02-20 22:06:33 +00:00
|
|
|
- Re-encryption Toolkit
|
|
|
|
- Re-encryption Key Fragmentation
|
|
|
|
- Key Encapsulation
|
|
|
|
- Elliptic Curve Arithmetic
|
|
|
|
|
2018-02-15 20:51:23 +00:00
|
|
|
|
2018-02-20 22:06:33 +00:00
|
|
|
Academic Whitepaper
|
|
|
|
====================
|
2018-02-15 20:51:23 +00:00
|
|
|
|
2018-02-20 22:06:33 +00:00
|
|
|
The Umbral scheme academic whitepaper and cryptographic specifications
|
|
|
|
are availible on GitHub_.
|
2018-02-20 03:05:20 +00:00
|
|
|
|
2018-02-20 22:06:33 +00:00
|
|
|
"Umbral A Threshold Proxy Re-Encryption Scheme"
|
|
|
|
*by David Nuñez*
|
|
|
|
https://github.com/nucypher/umbral-doc/blob/master/umbral-doc.pdf
|
2018-02-17 00:36:49 +00:00
|
|
|
|
2018-02-20 22:06:33 +00:00
|
|
|
.. _GitHub: https://github.com/nucypher/umbral-doc/
|
2018-02-17 00:36:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
Support & Contribute
|
|
|
|
=====================
|
|
|
|
|
|
|
|
- Issue Tracker: https://github.com/nucypher/pyUmbral/issues
|
|
|
|
- Source Code: https://github.com/nucypher/pyUmbral
|
|
|
|
|
|
|
|
|
2018-02-20 22:06:33 +00:00
|
|
|
Indices and Tables
|
2018-02-15 20:51:23 +00:00
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|