CRC32C checksum computation with CPU acceleration support
Implementation of CRC32C with CPU-specific acceleration
crc32c
$ crc32c /path/to/file
$ echo 'hello world' | crc32c
$ crc32c /path/to/file | grep -q 'expected_checksum'