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