mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-06 22:14:12 +00:00
2 lines
55 B
Python
2 lines
55 B
Python
def apply_mask(data: bytes, mask: bytes) -> bytes: ...
|