From 23489b8d24294645afa3974d70450b9240f40437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Nu=C3=B1ez?= <davidnunezmontanez@gmail.com> Date: Sun, 18 Mar 2018 01:23:30 +0100 Subject: [PATCH] Updated to current interface of split_rekey(), without vkeys --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3e432f2..4abbc1f 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ extending the traditional cryptological narrative of "Alice and Bob" by introduc .. _OpenSSL: https://www.openssl.org/ -**Encapsulation** +**Encryption** .. code-block:: python @@ -45,7 +45,7 @@ extending the traditional cryptological narrative of "Alice and Bob" by introduc bobs_public_key = private_key.get_pubkey() # Alice generates split re-encryption keys for Bob with "M of N". - kfrags, _ = umbral.split_rekey(alices_private_key, bobs_public_key, 10, 20) + kfrags = umbral.split_rekey(alices_private_key, bobs_public_key, 10, 20) **Re-encryption** @@ -94,7 +94,7 @@ Academic Whitepaper The Umbral scheme academic whitepaper and cryptographic specifications are availible on GitHub_. - "Umbral A Threshold Proxy Re-Encryption Scheme" + "Umbral: A Threshold Proxy Re-Encryption Scheme" *by David Nuñez* https://github.com/nucypher/umbral-doc/blob/master/umbral-doc.pdf