crc32c

CRC32C checksum computation with CPU acceleration support

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of CRC32C with CPU-specific acceleration

Commands

crc32c

Examples

Calculate CRC32C checksum of a file$ crc32c /path/to/file
Calculate CRC32C checksum of a string via stdin$ echo 'hello world' | crc32c
Verify checksum matches expected value$ crc32c /path/to/file | grep -q 'expected_checksum'