2026-02-01 09:31:38 +01:00

4 lines
102 B
Python

from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...