implement and test renew keys
This commit is contained in:
@@ -16,6 +16,7 @@ class UserCipherKeys(BaseModel):
|
||||
mask_key: list[int]
|
||||
salt: bytes
|
||||
max_nkode_len: int = 10
|
||||
renew: bool = False
|
||||
|
||||
@staticmethod
|
||||
def new_user_encipher_keys(numb_of_keys: int, attrs_per_key: int, set_values: list[int]):
|
||||
|
||||
Reference in New Issue
Block a user