2026-02-23 12:45:51 +00:00

2 lines
59 B
Python

def websocket_mask(mask: bytes, data: bytes) -> bytes: ...