|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Hardware-Accelerated CRC32 Checksum Computation. More...
Go to the source code of this file.
Macros | |
| #define | asciichat_crc32(data, len) asciichat_crc32_hw((data), (len)) |
| Main CRC32 dispatcher macro - use this in application code. | |
Functions | |
| uint32_t | asciichat_crc32_hw (const void *data, size_t len) |
| Compute CRC32 checksum with hardware acceleration (if available) | |
| uint32_t | asciichat_crc32_sw (const void *data, size_t len) |
| Compute CRC32 checksum using software implementation only. | |
| bool | crc32_hw_is_available (void) |
| Check if hardware CRC32 acceleration is available at runtime. | |
Hardware-Accelerated CRC32 Checksum Computation.
Definition in file crc32.h.