Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 259 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 259 Bytes
cd /tmp
git clone https://github.com/dyumin/filehash.git
cd filehash
mkdir build && cd build
cmake ..
cmake --build . --target filehash
./filehash --help

Output file is in binary, to view individual hashes run (in bash):

od -t 'u4' out_file