Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

17 lines (7 loc) · 262 Bytes

cdc reference and edit from https://github.com/fd0/rabin-cdc

compile command

make

gcc -o hash hash.c -L/usr/local/opt/openssl/lib -lcrypto -I/usr/local/opt/openssl/include/

usage

./rabin-cdc < "file to be chunked"

./hash < "file to be deduped"