diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-06 15:51:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-06 15:51:36 +0200 |
commit | 54b1980cc5d13d8ae2f697ee4834bd6b692bf7ab (patch) | |
tree | 3b894eca9af7850f805c383cf185ae05d68a12f4 /test.c | |
parent | bump year (diff) | |
download | blakesum-b889adf6a60fd2457b633ad30c63a6f3d7eab309.tar.gz blakesum-b889adf6a60fd2457b633ad30c63a6f3d7eab309.tar.bz2 blakesum-b889adf6a60fd2457b633ad30c63a6f3d7eab309.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 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |