diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-04 22:33:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-04 22:33:55 +0200 |
commit | 7403656ca4df31eecadad7ce5df9565577c9006e (patch) | |
tree | f18860ed4379c1b61fbfd39db4c50afac53f0695 /libhashsum_init_rawshake128_hasher.3 | |
parent | m (diff) | |
download | libhashsum-7403656ca4df31eecadad7ce5df9565577c9006e.tar.gz libhashsum-7403656ca4df31eecadad7ce5df9565577c9006e.tar.bz2 libhashsum-7403656ca4df31eecadad7ce5df9565577c9006e.tar.xz |
m doc improvement
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libhashsum_init_rawshake128_hasher.3')
-rw-r--r-- | libhashsum_init_rawshake128_hasher.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libhashsum_init_rawshake128_hasher.3 b/libhashsum_init_rawshake128_hasher.3 index 178a03b..26ec70c 100644 --- a/libhashsum_init_rawshake128_hasher.3 +++ b/libhashsum_init_rawshake128_hasher.3 @@ -63,7 +63,12 @@ will point to a buffer in will be set to the block size RawSHAKE128 uses, in bytes. .PP .I hasher->hash_size -will be set to the size of RawSHAKE128 hashes, in bytes +will be set to the hash size, in bytes, which is +.I (hashbits+7)/8 +unless +.IR hashbits==0 , +and 128 if +.I hashbits==0 .RI ( LIBHASHSUM_RAWSHAKE128_HASH_SIZE if .I hashbits |