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