RivaCube/rivaldi/lib/python3.11/site-packages/aiohttp/_websocket/mask.pxd
2025-02-04 19:31:18 +01:00

4 lines
112 B
Cython

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