Keccak-family cryptographic hashing library implementation
Keccak-family hashing library
libkeccak
$ echo 'test data' | libkeccak -a sha3-256
$ libkeccak -a keccak -b 256 -l 256 <<< 'input'
$ libkeccak -a shake256 -l 512 < filename