Files
2025-04-02 21:44:17 -07:00

2 lines
55 B
Python

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