no need to do in init

This commit is contained in:
J. Nick Koston 2024-01-26 06:32:10 -10:00
parent 26d1fcf208
commit db1e3b2145
No known key found for this signature in database

View File

@ -429,6 +429,8 @@ class KlapEncryptionSession:
i.e. sequence number which the device expects to increment.
"""
_cipher: Cipher
def __init__(self, local_seed, remote_seed, user_hash):
self.local_seed = local_seed
self.remote_seed = remote_seed