libkeccak

Keccak-family cryptographic hashing library implementation

brewmacoslinux
Try with needOr install directly
Source

About

Keccak-family hashing library

Commands

libkeccak

Examples

Hash a file using SHA-3 256-bit algorithm$ echo 'test data' | libkeccak -a sha3-256
Generate a Keccak hash with custom output length$ libkeccak -a keccak -b 256 -l 256 <<< 'input'
Hash a file and display hexadecimal output$ libkeccak -a shake256 -l 512 < filename