diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-20 12:54:15 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-20 12:55:24 +0100 |
commit | 705aac5c3219451356ccd08c34494362269831b2 (patch) | |
tree | 60f5c114b08b8fee363ad1b87c822ec22c848de2 /b2sum.c | |
parent | Improve makefile (diff) | |
download | blakesum-705aac5c3219451356ccd08c34494362269831b2.tar.gz blakesum-705aac5c3219451356ccd08c34494362269831b2.tar.bz2 blakesum-705aac5c3219451356ccd08c34494362269831b2.tar.xz |
Add readme, fix documentation, and add/update todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | b2sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ static size_t hashlen; static void usage(void) { - /* TODO add support for key, salt, and personalization */ + /* TODO add support for key (-K), salt (-S), and personalization (-P) */ /* TODO add support for parallel versions */ /* TODO add support for tree hashing */ fprintf(stderr, "usage: %s [-l bits | -X bits] [-c | -B | -L | -U] [-sxz] [file] ...", argv0); |