Files
evo-ai/.venv/lib/python3.10/site-packages/aiohttp/_websocket/mask.pxd
2025-04-25 15:30:54 -03:00

4 lines
112 B
Cython

"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)