📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 02:41:04
📂
/
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
Crypto
/
Util
✏️
Editing: 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: ...
💾 Save Changes
❌ Cancel