You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C language implementation of the CRC-32 algorithm using the polynomial 0xEDB88320. Includes a pre-computed lookup table for efficient checksum computation.
Lightweight low-level binary read/write helpers for C with endian-safe serialization. Header-only library for portable binary encoding of integers, floating-point values, and raw byte buffers. Suit…