git clone https://github.com/rhash/RHash.git
./configure && sudo make install
→ no carga la librería dinámica./configure && make build-static
./rhash_static --update=file.rhash --verbose --recursive *
./rhash_static --check file.rhash
$? = 0
, si algún hash falla, $? != 0
for hash in $(./rhash_static --list-hashes); do ./rhash_static --benchmark --${hash:l:s/-//} ; done