ferrero-opentext/Python-Version/venv/lib/python3.12/site-packages/aiohttp/_websocket/mask.pxd

3 lines
112 B
Cython

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