mirror of https://github.com/nucypher/nucypher.git
We might initially construct a MessageKit without some of the components.
parent
e17e10b452
commit
0e57e44c03
|
@ -19,7 +19,7 @@ class CryptoKit:
|
|||
class MessageKit(CryptoKit):
|
||||
splitter = capsule_splitter + key_splitter
|
||||
|
||||
def __init__(self, capsule, alice_pubkey, ciphertext):
|
||||
def __init__(self, capsule, alice_pubkey=None, ciphertext=None):
|
||||
self.ciphertext = ciphertext
|
||||
self.capsule = capsule
|
||||
self.alice_pubkey = alice_pubkey
|
||||
|
|
Loading…
Reference in New Issue