Voice et bot modif

This commit is contained in:
pi 2026-06-16 17:09:34 +00:00
parent 189d56026b
commit 7333a22bcd
10774 changed files with 634644 additions and 933308 deletions

View file

@ -123,10 +123,10 @@ class blake2b:
def scrypt(
password: bytes,
salt: bytes = b"",
n: int = 2 ** 20,
n: int = 2**20,
r: int = 8,
p: int = 1,
maxmem: int = 2 ** 25,
maxmem: int = 2**25,
dklen: int = 64,
) -> bytes:
"""