cityhash

Fast hash functions for strings using CityHash algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Hash functions for strings

Commands

cityhash

Examples

Hash a string using CityHash64$ echo 'hello world' | cityhash
Generate hash for a file's contents$ cat filename.txt | cityhash
Compute multiple string hashes in sequence$ echo -e 'string1\nstring2\nstring3' | cityhash