diff options
Diffstat (limited to '')
-rw-r--r-- | libhashsum_init_shake512_hasher.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libhashsum_init_shake512_hasher.3 b/libhashsum_init_shake512_hasher.3 index 074ec2c..22630e2 100644 --- a/libhashsum_init_shake512_hasher.3 +++ b/libhashsum_init_shake512_hasher.3 @@ -63,7 +63,12 @@ will point to a buffer in will be set to the block size SHAKE512 uses, in bytes. .PP .I hasher->hash_size -will be set to the size of SHAKE512 hashes, in bytes +will be set to the hash size, in bytes, which is +.I (hashbits+7)/8 +unless +.IR hashbits==0 , +and 512 if +.I hashbits==0 .RI ( LIBHASHSUM_SHAKE512_HASH_SIZE if .I hashbits |