Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -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:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue