aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_keccak_hasher.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-12 20:40:13 +0200
committerMattias Andrée <maandree@kth.se>2024-09-12 20:40:13 +0200
commit3cc1f0ebc488bc8a0fb3b14846be3511af93c368 (patch)
tree8010fd47d551b0fcbf604ba1fd1639406a23fbcc /libhashsum_init_keccak_hasher.3
parentAdd libhashsum_init_keccak_hasher2 (diff)
downloadlibhashsum-3cc1f0ebc488bc8a0fb3b14846be3511af93c368.tar.gz
libhashsum-3cc1f0ebc488bc8a0fb3b14846be3511af93c368.tar.bz2
libhashsum-3cc1f0ebc488bc8a0fb3b14846be3511af93c368.tar.xz
Add libhashsum_init_keccak_hasher2.31.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libhashsum_init_keccak_hasher.328
1 files changed, 27 insertions, 1 deletions
diff --git a/libhashsum_init_keccak_hasher.3 b/libhashsum_init_keccak_hasher.3
index cf998bc..9b70187 100644
--- a/libhashsum_init_keccak_hasher.3
+++ b/libhashsum_init_keccak_hasher.3
@@ -111,7 +111,7 @@ and otherwise to
if
.I squeezes<2
or
-.RB \(dq Keccak[r= \fIratebits\fP ,c= \fIcapbits\fP ,n= \fIhashbits\fP z= \fIsqueezes\fP ] \(dq
+.RB \(dq Keccak[r= \fIratebits\fP ,c= \fIcapbits\fP ,n= \fIhashbits\fP, z= \fIsqueezes\fP ] \(dq
(if
.IR squeezes>1 ),
where
@@ -376,6 +376,24 @@ and
will both be set to
.IR LIBHASHSUM_LEAST_SIGNIFICANT ,
which the same behaviour as libhashsum implements.
+.PP
+The
+.BR libhashsum_init_hasher_from_string (3)
+function will recognise
+.RB \(dq o= \(dq
+as an alternative to
+.RB \(dq n= \(dq.
+Furthermore, the
+.BR libhashsum_init_hasher_from_string (3)
+function also recognise
+.RB \(dq s= \(dq
+(with the alternative
+.RB \(dq b= \(dq)
+for the state size and
+.RB \(dq s= \(dq
+for the word size. See
+.BR libhashsum_init_keccak_hasher2 (3)
+for more information.
.SH HISTORY
Introduced in libhashsum 1.0.
@@ -383,9 +401,17 @@ Introduced in libhashsum 1.0.
The
.I hash_excess_bits
field was added in libhashsum 1.1.
+.PP
+.RB \(dq o= \(dq,
+.RB \(dq s= \(dq,
+.RB \(dq b= \(dq,
+and
+.RB \(dq w= \(dq,
+was added in libhashsum 1.1.
.SH SEE ALSO
.BR libhashsum (7),
+.BR libhashsum_init_keccak_hasher2 (3),
.BR libhashsum_init_keccak_224_hasher (3),
.BR libhashsum_init_keccak_256_hasher (3),
.BR libhashsum_init_keccak_384_hasher (3),