Files
2026-02-03 20:32:43 +02:00

4 lines
112 B
Cython

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