mirror of https://github.com/nucypher/nucypher.git
Dummy client: close
parent
ef9e80ecf9
commit
e35ce6d366
|
@ -16,7 +16,7 @@ class Client(object):
|
|||
"""
|
||||
|
||||
def __init__(self, **kw):
|
||||
pass
|
||||
self._storage = {} # This will actually be remote!
|
||||
|
||||
def store_rekeys(self, k, rekeys, algorithm):
|
||||
"""
|
||||
|
@ -36,3 +36,9 @@ class Client(object):
|
|||
:param bytes ekey: Encrypted symmetric key to reencrypt
|
||||
"""
|
||||
pass
|
||||
|
||||
def close(self):
|
||||
"""
|
||||
Disconnect from the network. In the dummy class - nothing here
|
||||
"""
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue