xxhash

Extremely fast non-cryptographic hash algorithm for checksums

brewmacoslinux
Try with needOr install directly
Source

About

Extremely fast non-cryptographic hash algorithm

Commands

xxhashxxh32xxh64xxh128

Examples

calculate hash of a file$ xxhash filename.txt
hash multiple files at once$ xxhash file1.txt file2.txt file3.txt
verify file integrity with checksum$ xxhash -c checksums.xxh
hash stdin pipe and output result$ cat largefile.bin | xxh64
hash with 128-bit output for extra collision resistance$ xxh128 myfile.iso