mask.pxd 112 B

123
  1. """Cython declarations for websocket masking."""
  2. cpdef void _websocket_mask_cython(bytes mask, bytearray data)