2025-08-11 12:24:21 +08:00

2 lines
55 B
Python

def apply_mask(data: bytes, mask: bytes) -> bytes: ...