xxhash

Extremely fast non-cryptographic hash algorithm implementation

brewmacoslinux
Try with needOr install directly
Source

About

Extremely fast non-cryptographic hash algorithm

Commands

xxhash

Examples

Hash a single file and display the xxHash64 checksum$ xxhash file.txt
Hash a file and output in different format (XXH32)$ xxhash -H32 file.txt
Hash multiple files recursively in a directory$ xxhash -r /path/to/directory