-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp
More file actions
21 lines (20 loc) · 691 Bytes
/
help
File metadata and controls
21 lines (20 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
usage: java merkle.Process [options]
-i is a required option
-i <path to input file>
-hf <hash function> [default md5]
md5 for MD5
sum for SumHash
-b <block size> [default 1024]
-c <verify count> [default 10]
-v
for verbose output
-h or --help
help
---------------------------------------------------------------------------------------------------------------------------------------------------
ADVANCED OPTIONS - BEWARE
-o <path to output file> [default inputFile.spoof]
-t <task> [default generate]
generate to generate a merkle tree
spoof to create a spoof file whose merkle tree matches the input file
-d
to dump the merkle tree to the specified output file