Files
Analytical_engine_backend/venv/Lib/site-packages/aiohttp/_websocket/mask.pxd
2026-05-11 12:36:20 +05:30

4 lines
112 B
Cython

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