mirror of https://github.com/nucypher/pyUmbral.git
Fix the re-encryption description in the Readme
parent
82e9117e8f
commit
a1ab1e2e34
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue