mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 16:46:23 +00:00
no need to do in init
This commit is contained in:
parent
26d1fcf208
commit
db1e3b2145
@ -429,6 +429,8 @@ class KlapEncryptionSession:
|
|||||||
i.e. sequence number which the device expects to increment.
|
i.e. sequence number which the device expects to increment.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
_cipher: Cipher
|
||||||
|
|
||||||
def __init__(self, local_seed, remote_seed, user_hash):
|
def __init__(self, local_seed, remote_seed, user_hash):
|
||||||
self.local_seed = local_seed
|
self.local_seed = local_seed
|
||||||
self.remote_seed = remote_seed
|
self.remote_seed = remote_seed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user