Description
Calculate CRC32C checksums from Python using hardware acceleration when available and software fallback otherwise. It helps applications verify accidental data corruption in storage, networking, or file-processing workflows.
This is an integrity-checking library, not encryption or authentication. CRC values can detect many accidental changes, but they do not protect against deliberate tampering by an attacker.