implement and test renew keys

This commit is contained in:
2024-07-16 12:28:47 -05:00
parent 2da3e7a443
commit 533151ebde
4 changed files with 59 additions and 11 deletions

View File

@@ -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]):