Files
mnote/wolai-backend/.venv312/Lib/site-packages/aiohttp/_websocket/mask.pxd
T

4 lines
112 B
Cython
Raw Normal View History

2025-12-08 19:56:24 +08:00
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)