Computing the CRC-32C of a 4KB buffer on a modern x86 chip can be done as a simple loop around the crc32 instruction:| www.corsix.org
/* crc32_simd.c| chromium.googlesource.com