Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Matt300209
/
eval_venv
like
0
Model card
Files
Files and versions
xet
Community
main
eval_venv
/
venv
/
lib
/
python3.10
/
site-packages
/
aiohttp
/
_websocket
/
mask.pxd
Matt300209
Upload folder using huggingface_hub
9823a7e
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
112 Bytes
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(
bytes
mask,
bytearray
data)