aboutsummaryrefslogtreecommitdiffstats
path: root/b384sum.1
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 /b384sum.1
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 'b384sum.1')
-rw-r--r--b384sum.14
1 files changed, 2 insertions, 2 deletions
diff --git a/b384sum.1 b/b384sum.1
index 66e324a..5f5aade 100644
--- a/b384sum.1
+++ b/b384sum.1
@@ -3,7 +3,7 @@
b384sum - Compute and check BLAKE-384 message digests
.SH SYNOPSIS
.B b384sum
-[-c | -B | -L | -U] [-S salt] [-xz]
+[-S salt] [-c | -B | -L | -U] [-xz]
.RI [ file "] ..."
.SH DESCRIPTION
Print or check BLAKE-384 checksums.
@@ -49,7 +49,7 @@ digit pair
represents a byte with the decimal value 8. The pairs
are joined without any delimiters, and no byte may be
omitted. So, for a salt where each byte's value is its
-index, the salt is expressed as,
+index, the salt is expressed as
.BR 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f ,
however each letter may be either small or capital.
If no salt is specified, an all-zeroes salt is used.