????

Your IP : 216.73.216.148


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/bcrypt/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/bcrypt/_bcrypt.pyi

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: ...