.. | |||||
__pycache__ | |||||
DSA.py | |||||
DSA.pyi | |||||
ECC.py | |||||
ECC.pyi | |||||
ElGamal.py | |||||
ElGamal.pyi | |||||
RSA.py | |||||
RSA.pyi | |||||
__init__.py | |||||
__init__.pyi | |||||
_ec_ws.abi3.so | |||||
_ed25519.abi3.so | |||||
_ed448.abi3.so | |||||
_openssh.py | |||||
_openssh.pyi | |||||
_x25519.abi3.so |
from typing import Tuple def read_int4(data: bytes) -> Tuple[int, bytes]: ... def read_bytes(data: bytes) -> Tuple[bytes, bytes]: ... def read_string(data: bytes) -> Tuple[str, bytes]: ... def check_padding(pad: bytes) -> None: ... def import_openssh_private_generic(data: bytes, password: bytes) -> Tuple[str, bytes]: ...
.. | |||||
__pycache__ | |||||
DSA.py | |||||
DSA.pyi | |||||
ECC.py | |||||
ECC.pyi | |||||
ElGamal.py | |||||
ElGamal.pyi | |||||
RSA.py | |||||
RSA.pyi | |||||
__init__.py | |||||
__init__.pyi | |||||
_ec_ws.abi3.so | |||||
_ed25519.abi3.so | |||||
_ed448.abi3.so | |||||
_openssh.py | |||||
_openssh.pyi | |||||
_x25519.abi3.so |