mygitphase's picture
Add files using upload-large-folder tool
b5c2964 verified
from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...