aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: c6837e5e6ccf8bb4e7aee5005eb38675452c34f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
COMPLETE STATUS:
	 python  :: optimised
	 java    :: optimised
	 c       :: planned (after java)
	 nasm    :: planned (maybe, after c)
	 haskell :: planned (maybe)


SHA-3/Keccak checksum calculator

USAGE:	sha3sum [option...] < FILE
	sha3sum [option...] file...

OPTIONS:
	-r BITRATE
	--bitrate	The bitrate to use for SHA-3.		(default: 576)
	
	-c CAPACITY
	--capacity	The capacity to use for SHA-3.		(default: 1024)
	
	-w WORDSIZE
	--wordsize	The word size to use for SHA-3.		(default: 64)
	
	-o OUTPUTSIZE
	--outputsize	The output size to use for SHA-3.	(default: 512)
	
	-s STATESIZE
	--statesize	The state size to use for SHA-3.	(default: 1600)
	
	-i ITERATIONS
	--iterations	The number of hash iterations to run.	(default: 1)

	-b
	--binary	Print the checksum in binary, rather than hexadecimal.