hackerhouse/.venv/Lib/site-packages/aiohttp/_websocket/mask.pxd

4 lines
115 B
Cython
Raw Normal View History

2025-01-17 15:32:32 +00:00
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)