Fix the re-encryption description in the Readme

pull/82/head
David Nuñez 2018-02-27 10:10:12 +01:00
parent 82e9117e8f
commit a1ab1e2e34
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ extending the traditional cryptological narrative of "Alice and Bob" by introduc
.. code-block:: python
# Ursula exchanges key fragments with Bob.
# Ursula re-encrypts the capsule to obtain a cfrag.
# Bob attaches the cfrags to the capsule.
for kfrag in kfrags:
cfrag = umbral.reencrypt(kfrag, capsule)