Files

4 lines
102 B
Python
Raw Permalink Normal View History

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