slight update
This commit is contained in:
10
env/lib/python3.12/site-packages/Crypto/IO/PEM.pyi
vendored
Normal file
10
env/lib/python3.12/site-packages/Crypto/IO/PEM.pyi
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
from typing import Tuple, Optional, Callable
|
||||
|
||||
def encode(data: bytes,
|
||||
marke: str,
|
||||
passphrase: Optional[bytes] = ...,
|
||||
randfunc: Optional[Callable[[int],bytes]] = ...) -> str: ...
|
||||
|
||||
|
||||
def decode(pem_data: str,
|
||||
passphrase: Optional[bytes] = ...) -> Tuple[bytes, str, bool]: ...
|
Reference in New Issue
Block a user