4 lines
115 B
Cython
4 lines
115 B
Cython
|
"""Cython declarations for websocket masking."""
|
||
|
|
||
|
cpdef void _websocket_mask_cython(bytes mask, bytearray data)
|