Files

2 lines
59 B
Python
Raw Permalink Normal View History

2025-12-25 11:16:59 +08:00
def websocket_mask(mask: bytes, data: bytes) -> bytes: ...