Files
2025-11-16 15:59:05 +02:00

2 lines
55 B
Python

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