speedups.pyi 102 B

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