mirror of https://github.com/nucypher/nucypher.git
Treasure map passed in controllers
parent
c920cf44a5
commit
0bb8d74636
|
@ -188,7 +188,8 @@ class BobInterface(CharacterPublicInterface):
|
||||||
label: bytes,
|
label: bytes,
|
||||||
policy_encrypting_key: bytes,
|
policy_encrypting_key: bytes,
|
||||||
alice_verifying_key: bytes,
|
alice_verifying_key: bytes,
|
||||||
message_kit: bytes):
|
message_kit: bytes,
|
||||||
|
treasure_map: bytes = None):
|
||||||
"""
|
"""
|
||||||
Character control endpoint for re-encrypting and decrypting policy data.
|
Character control endpoint for re-encrypting and decrypting policy data.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue