Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Harmony18090
/
server
like
0
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
server
/
source
/
aiohttp
/
_websocket
/
mask.pxd
Harmony18090
Add source batch 1/11
e062359
verified
3 days ago
raw
Copy download link
history
blame
112 Bytes
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(
bytes
mask,
bytearray
data)