group-wbl/.venv/lib/python3.13/site-packages/aiohttp/_websocket/mask.pxd

4 lines
112 B
Cython
Raw Normal View History

2026-01-09 09:12:25 +08:00
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)