1 line
55 B
Python
Executable file
1 line
55 B
Python
Executable file
def apply_mask(data: bytes, mask: bytes) -> bytes: ...
|