File size: 112 Bytes
fbed997 |
1 2 3 4 |
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)
|
fbed997 |
1 2 3 4 |
"""Cython declarations for websocket masking."""
cpdef void _websocket_mask_cython(bytes mask, bytearray data)
|