xxh64sum
Extremely fast hash algorithm
Install
- All systems
-
curl cmd.cat/xxh64sum.sh
- Debian
-
apt-get install xxhash
- Ubuntu
-
apt-get install xxhash
- Alpine
-
apk add xxhash
- Arch Linux
-
pacman -S xxhash
- Kali Linux
-
apt-get install xxhash
- Fedora
-
dnf install xxhash
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xxhash
- OS X
-
brew install xxhash
- Dockerfile
- dockerfile.run/xxh64sum
- Docker
-
docker run cmd.cat/xxh64sum xxh64sum
powered by Commando
xxhash
Extremely fast hash algorithm
xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian).