Description
Applications can compute CRC32C checksums with optional CPU-specific acceleration. The library is useful for storage, networking, databases, and integrity checks that need fast checksum calculation.
Checksums detect accidental corruption but are not cryptographic security. Do not use CRC32C as a replacement for authentication, signatures, or tamper-resistant hashing.