1 line
47 B
Python
1 line
47 B
Python
def rc4(data: bytes, key: bytes) -> bytes: ...
|
def rc4(data: bytes, key: bytes) -> bytes: ...
|