9c6594c
1
2
3
4
"""Cython declarations for websocket masking.""" cpdef void _websocket_mask_cython(bytes mask, bytearray data)