HomeDashboard/.venv/lib/python3.12/site-packages/aiohttp/_websocket/mask.pxd

4 lines
112 B
Cython
Raw Permalink Normal View History

2026-01-03 14:54:18 +01:00
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)