about summary refs log tree commit diff
def apply_mask(data: bytes, mask: bytes) -> bytes: ...