nucypher / pyUmbral

NuCypher's reference implementation of Umbral (threshold proxy re-encryption) using OpenSSL and Cryptography.io
https://pyumbral.readthedocs.io
GNU General Public License v3.0
285 stars 71 forks source link

possible documentation typo error #256

Open hallazzang opened 4 years ago

hallazzang commented 4 years ago

https://github.com/nucypher/pyUmbral/blob/2ef43a6df5a47d29d2902e1416553a05d1e6b7d9/umbral/pre.py#L216-L230

The documentation says "Creates a re-encryption key from Alice's delegating public key...", shouldn't it be "Creates a re-encryption key from Alice's delegating private key..."?