mirror of https://github.com/nucypher/pyUmbral.git
Remove manual specification of umbral params in PRE._open_capsule
parent
73666b2154
commit
512bf91297
|
@ -474,7 +474,7 @@ class PRE(object):
|
|||
|
||||
This will often be a symmetric key.
|
||||
"""
|
||||
recp_pub_key = opener_private_key.get_pub_key(pre.params)
|
||||
recp_pub_key = opener_private_key.get_pub_key()
|
||||
capsule._reconstruct()
|
||||
|
||||
key = pre.decapsulate_reencrypted(
|
||||
|
|
Loading…
Reference in New Issue