This commit is contained in:
7
venv/lib/python3.12/site-packages/bcrypt/_bcrypt.pyi
Normal file
7
venv/lib/python3.12/site-packages/bcrypt/_bcrypt.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
import typing
|
||||
|
||||
def encode_base64(data: bytes) -> bytes: ...
|
||||
def hashpass(password: bytes, salt: bytes) -> bytes: ...
|
||||
def pbkdf(
|
||||
password: bytes, salt: bytes, rounds: int, desired_key_bytes: int
|
||||
) -> bytes: ...
|
||||
Reference in New Issue
Block a user