Harmony18090's picture
Add source batch 1/11
e062359 verified
raw
history blame
112 Bytes
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)