Current Path : /proc/thread-self/root/proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/Crypto/Util/ |
Current File : //proc/thread-self/root/proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/Crypto/Util/strxor.pyi |
from typing import Union, Optional Buffer = Union[bytes, bytearray, memoryview] def strxor(term1: bytes, term2: bytes, output: Optional[Buffer]=...) -> bytes: ... def strxor_c(term: bytes, c: int, output: Optional[Buffer]=...) -> bytes: ...