aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-06 15:51:36 +0200
committerMattias Andrée <maandree@kth.se>2023-07-06 15:51:36 +0200
commit54b1980cc5d13d8ae2f697ee4834bd6b692bf7ab (patch)
tree3b894eca9af7850f805c383cf185ae05d68a12f4 /test.c
parentbump year (diff)
downloadblakesum-54b1980cc5d13d8ae2f697ee4834bd6b692bf7ab.tar.gz
blakesum-54b1980cc5d13d8ae2f697ee4834bd6b692bf7ab.tar.bz2
blakesum-54b1980cc5d13d8ae2f697ee4834bd6b692bf7ab.tar.xz
Add -P (pepper), -S (salt), and -K (key) to b2sum + m fix1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 3bd23ef..7908dd4 100644
--- a/test.c
+++ b/test.c
@@ -363,7 +363,7 @@ main(void)
failed |= check_kat_file("kat/blake2b", "BLAKE2b", &hash_blake2b);
failed |= check_kat_file("kat/blake2xs", "BLAKE2Xs", &hash_blake2xs);
failed |= check_kat_file("kat/blake2xb", "BLAKE2Xb", &hash_blake2xb);
- /* TODO test b2sum -cLUxz, implicit -L, restrictions on -l/-X, and file operand */
+ /* TODO test b2sum -cLUxzSPK, implicit -L, restrictions on -l/-X, and file operand */
return failed;
}