aboutsummaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/sha3sum.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/sha3sum.c b/c/sha3sum.c
index 662933b..e44fc51 100644
--- a/c/sha3sum.c
+++ b/c/sha3sum.c
@@ -254,19 +254,19 @@ int main(int argc, char** argv)
printf("\n");
printf("OPTIONS:\n");
printf(" -r BITRATE\n");
- printf(" --bitrate The bitrate to use for SHA-3. (default: %li)\n", _r);
+ printf(" --bitrate The bitrate to use for checksum. (default: %li)\n", _r);
printf(" \n");
printf(" -c CAPACITY\n");
- printf(" --capacity The capacity to use for SHA-3. (default: %li)\n", _c);
+ printf(" --capacity The capacity to use for checksum. (default: %li)\n", _c);
printf(" \n");
printf(" -w WORDSIZE\n");
- printf(" --wordsize The word size to use for SHA-3. (default: %li)\n", _w);
+ printf(" --wordsize The word size to use for checksum. (default: %li)\n", _w);
printf(" \n");
printf(" -o OUTPUTSIZE\n");
- printf(" --outputsize The output size to use for SHA-3. (default: %li)\n", _o);
+ printf(" --outputsize The output size to use for checksum. (default: %li)\n", _o);
printf(" \n");
printf(" -s STATESIZE\n");
- printf(" --statesize The state size to use for SHA-3. (default: %li)\n", _s);
+ printf(" --statesize The state size to use for ckecksum. (default: %li)\n", _s);
printf(" \n");
printf(" -i ITERATIONS\n");
printf(" --iterations The number of hash iterations to run. (default: %li)\n", _i);