Upload hf_env/lib/python3.14/site-packages/aiohttp/_websocket/mask.pxd with huggingface_hub
Browse files
hf_env/lib/python3.14/site-packages/aiohttp/_websocket/mask.pxd
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Cython declarations for websocket masking."""
|
| 2 |
+
|
| 3 |
+
cpdef void _websocket_mask_cython(bytes mask, bytearray data)
|