diff options
Diffstat (limited to '')
-rw-r--r-- | libhashsum_init_keccak_hasher.3 | 28 |
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), |