From 0bd9bfd42fab991a0df842cb9e6f3ae5b4fa48ca Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 6 Sep 2024 21:24:33 +0200 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libhashsum_get_algorithm_from_string.3 | 2 +- libhashsum_init_blake224_hasher.3 | 6 +++++- libhashsum_init_blake256_hasher.3 | 6 +++++- libhashsum_init_blake2b_hasher.3 | 6 +++++- libhashsum_init_blake2s_hasher.3 | 6 +++++- libhashsum_init_blake384_hasher.3 | 6 +++++- libhashsum_init_blake512_hasher.3 | 6 +++++- libhashsum_init_blake_hasher.3 | 6 +++++- libhashsum_init_blakeb_hasher.3 | 6 +++++- libhashsum_init_blakes_hasher.3 | 6 +++++- libhashsum_init_hasher.3 | 6 +++++- libhashsum_init_hasher_from_string.3 | 6 +++++- libhashsum_init_keccak_224_hasher.3 | 6 +++++- libhashsum_init_keccak_256_hasher.3 | 6 +++++- libhashsum_init_keccak_384_hasher.3 | 6 +++++- libhashsum_init_keccak_512_hasher.3 | 6 +++++- libhashsum_init_keccak_hasher.3 | 6 +++++- libhashsum_init_md2_hasher.3 | 6 +++++- libhashsum_init_md4_hasher.3 | 6 +++++- libhashsum_init_md5_hasher.3 | 6 +++++- libhashsum_init_rawshake128_hasher.3 | 6 +++++- libhashsum_init_rawshake256_hasher.3 | 6 +++++- libhashsum_init_rawshake512_hasher.3 | 6 +++++- libhashsum_init_rawshake_hasher.3 | 6 +++++- libhashsum_init_ripemd_128_hasher.3 | 6 +++++- libhashsum_init_ripemd_160_hasher.3 | 6 +++++- libhashsum_init_ripemd_256_hasher.3 | 6 +++++- libhashsum_init_ripemd_320_hasher.3 | 6 +++++- libhashsum_init_sha0_hasher.3 | 6 +++++- libhashsum_init_sha1_hasher.3 | 6 +++++- libhashsum_init_sha2_hasher.3 | 6 +++++- libhashsum_init_sha3_224_hasher.3 | 6 +++++- libhashsum_init_sha3_256_hasher.3 | 6 +++++- libhashsum_init_sha3_384_hasher.3 | 6 +++++- libhashsum_init_sha3_512_hasher.3 | 6 +++++- libhashsum_init_sha3_hasher.3 | 6 +++++- libhashsum_init_sha_224_hasher.3 | 6 +++++- libhashsum_init_sha_256_hasher.3 | 6 +++++- libhashsum_init_sha_384_hasher.3 | 6 +++++- libhashsum_init_sha_512_224_hasher.3 | 6 +++++- libhashsum_init_sha_512_256_hasher.3 | 6 +++++- libhashsum_init_sha_512_hasher.3 | 6 +++++- libhashsum_init_shake128_hasher.3 | 6 +++++- libhashsum_init_shake256_hasher.3 | 6 +++++- libhashsum_init_shake512_hasher.3 | 6 +++++- libhashsum_init_shake_hasher.3 | 6 +++++- 46 files changed, 226 insertions(+), 46 deletions(-) diff --git a/libhashsum_get_algorithm_from_string.3 b/libhashsum_get_algorithm_from_string.3 index b01d1c7..74caaaf 100644 --- a/libhashsum_get_algorithm_from_string.3 +++ b/libhashsum_get_algorithm_from_string.3 @@ -364,7 +364,7 @@ The function cannot fail. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_blake224_hasher.3 b/libhashsum_init_blake224_hasher.3 index 2de8929..5ff6cb5 100644 --- a/libhashsum_init_blake224_hasher.3 +++ b/libhashsum_init_blake224_hasher.3 @@ -256,7 +256,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_blake256_hasher.3 b/libhashsum_init_blake256_hasher.3 index 2e78cde..9b4734b 100644 --- a/libhashsum_init_blake256_hasher.3 +++ b/libhashsum_init_blake256_hasher.3 @@ -256,7 +256,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_blake2b_hasher.3 b/libhashsum_init_blake2b_hasher.3 index 6e2969b..9744226 100644 --- a/libhashsum_init_blake2b_hasher.3 +++ b/libhashsum_init_blake2b_hasher.3 @@ -321,7 +321,11 @@ will be set to .IR LIBHASHSUM_UNSUPPORTED . .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7) diff --git a/libhashsum_init_blake2s_hasher.3 b/libhashsum_init_blake2s_hasher.3 index aee2c38..db91d17 100644 --- a/libhashsum_init_blake2s_hasher.3 +++ b/libhashsum_init_blake2s_hasher.3 @@ -321,7 +321,11 @@ will be set to .IR LIBHASHSUM_UNSUPPORTED . .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7) diff --git a/libhashsum_init_blake384_hasher.3 b/libhashsum_init_blake384_hasher.3 index 1b81266..dbc2a4b 100644 --- a/libhashsum_init_blake384_hasher.3 +++ b/libhashsum_init_blake384_hasher.3 @@ -256,7 +256,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_blake512_hasher.3 b/libhashsum_init_blake512_hasher.3 index 731a540..b344451 100644 --- a/libhashsum_init_blake512_hasher.3 +++ b/libhashsum_init_blake512_hasher.3 @@ -256,7 +256,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_blake_hasher.3 b/libhashsum_init_blake_hasher.3 index bdb09b1..dbe22f2 100644 --- a/libhashsum_init_blake_hasher.3 +++ b/libhashsum_init_blake_hasher.3 @@ -311,7 +311,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES .I libhashsum_init_blake_hasher(hasher, 224, salt, 16) diff --git a/libhashsum_init_blakeb_hasher.3 b/libhashsum_init_blakeb_hasher.3 index b5c96f1..d989646 100644 --- a/libhashsum_init_blakeb_hasher.3 +++ b/libhashsum_init_blakeb_hasher.3 @@ -268,7 +268,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES .I libhashsum_init_blakeb_hasher(hasher, 384, salt) diff --git a/libhashsum_init_blakes_hasher.3 b/libhashsum_init_blakes_hasher.3 index e8067f5..8278c75 100644 --- a/libhashsum_init_blakes_hasher.3 +++ b/libhashsum_init_blakes_hasher.3 @@ -268,7 +268,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES .I libhashsum_init_blakes_hasher(hasher, 224, salt) diff --git a/libhashsum_init_hasher.3 b/libhashsum_init_hasher.3 index 6e07a79..f466732 100644 --- a/libhashsum_init_hasher.3 +++ b/libhashsum_init_hasher.3 @@ -567,7 +567,11 @@ libhashsum's encoding and the hash function's standard's encoding. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_hasher_from_string.3 b/libhashsum_init_hasher_from_string.3 index 1619b49..d8fffb4 100644 --- a/libhashsum_init_hasher_from_string.3 +++ b/libhashsum_init_hasher_from_string.3 @@ -393,7 +393,11 @@ libhashsum's encoding and the hash function's standard's encoding. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_keccak_224_hasher.3 b/libhashsum_init_keccak_224_hasher.3 index c040318..f19b657 100644 --- a/libhashsum_init_keccak_224_hasher.3 +++ b/libhashsum_init_keccak_224_hasher.3 @@ -285,7 +285,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_keccak_256_hasher.3 b/libhashsum_init_keccak_256_hasher.3 index a4f7822..d4681ef 100644 --- a/libhashsum_init_keccak_256_hasher.3 +++ b/libhashsum_init_keccak_256_hasher.3 @@ -285,7 +285,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_keccak_384_hasher.3 b/libhashsum_init_keccak_384_hasher.3 index b4c6021..82c620c 100644 --- a/libhashsum_init_keccak_384_hasher.3 +++ b/libhashsum_init_keccak_384_hasher.3 @@ -285,7 +285,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_keccak_512_hasher.3 b/libhashsum_init_keccak_512_hasher.3 index a9c6eca..42ae05c 100644 --- a/libhashsum_init_keccak_512_hasher.3 +++ b/libhashsum_init_keccak_512_hasher.3 @@ -285,7 +285,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_keccak_hasher.3 b/libhashsum_init_keccak_hasher.3 index 272ed19..cf998bc 100644 --- a/libhashsum_init_keccak_hasher.3 +++ b/libhashsum_init_keccak_hasher.3 @@ -378,7 +378,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_md2_hasher.3 b/libhashsum_init_md2_hasher.3 index 4229718..73673b9 100644 --- a/libhashsum_init_md2_hasher.3 +++ b/libhashsum_init_md2_hasher.3 @@ -220,7 +220,11 @@ will be set to .IR LIBHASHSUM_UNSUPPORTED . .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES MD2 has been compromised with a theoretical attack. diff --git a/libhashsum_init_md4_hasher.3 b/libhashsum_init_md4_hasher.3 index 409d71f..f9fa04e 100644 --- a/libhashsum_init_md4_hasher.3 +++ b/libhashsum_init_md4_hasher.3 @@ -236,7 +236,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES MD4 has been compromised with a practical attack. diff --git a/libhashsum_init_md5_hasher.3 b/libhashsum_init_md5_hasher.3 index 276953e..e166688 100644 --- a/libhashsum_init_md5_hasher.3 +++ b/libhashsum_init_md5_hasher.3 @@ -236,7 +236,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES MD5 has been compromised with a practical attack. diff --git a/libhashsum_init_rawshake128_hasher.3 b/libhashsum_init_rawshake128_hasher.3 index de789c3..ac54e6a 100644 --- a/libhashsum_init_rawshake128_hasher.3 +++ b/libhashsum_init_rawshake128_hasher.3 @@ -313,7 +313,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_rawshake256_hasher.3 b/libhashsum_init_rawshake256_hasher.3 index bb0ad79..70dc66d 100644 --- a/libhashsum_init_rawshake256_hasher.3 +++ b/libhashsum_init_rawshake256_hasher.3 @@ -313,7 +313,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_rawshake512_hasher.3 b/libhashsum_init_rawshake512_hasher.3 index 32bda1d..4643c09 100644 --- a/libhashsum_init_rawshake512_hasher.3 +++ b/libhashsum_init_rawshake512_hasher.3 @@ -313,7 +313,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_rawshake_hasher.3 b/libhashsum_init_rawshake_hasher.3 index 1c73e5b..57811dc 100644 --- a/libhashsum_init_rawshake_hasher.3 +++ b/libhashsum_init_rawshake_hasher.3 @@ -326,7 +326,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES .IR "libhashsum_init_rawshake_hasher(hasher, 128, hashbits)" , diff --git a/libhashsum_init_ripemd_128_hasher.3 b/libhashsum_init_ripemd_128_hasher.3 index b45d491..97fdfc6 100644 --- a/libhashsum_init_ripemd_128_hasher.3 +++ b/libhashsum_init_ripemd_128_hasher.3 @@ -236,7 +236,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7) diff --git a/libhashsum_init_ripemd_160_hasher.3 b/libhashsum_init_ripemd_160_hasher.3 index 9ed4fb5..0c56012 100644 --- a/libhashsum_init_ripemd_160_hasher.3 +++ b/libhashsum_init_ripemd_160_hasher.3 @@ -236,7 +236,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7) diff --git a/libhashsum_init_ripemd_256_hasher.3 b/libhashsum_init_ripemd_256_hasher.3 index 13a5deb..491b6b4 100644 --- a/libhashsum_init_ripemd_256_hasher.3 +++ b/libhashsum_init_ripemd_256_hasher.3 @@ -236,7 +236,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7) diff --git a/libhashsum_init_ripemd_320_hasher.3 b/libhashsum_init_ripemd_320_hasher.3 index 1820b3b..486619b 100644 --- a/libhashsum_init_ripemd_320_hasher.3 +++ b/libhashsum_init_ripemd_320_hasher.3 @@ -236,7 +236,11 @@ standard representation and libhashsum's representation. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7) diff --git a/libhashsum_init_sha0_hasher.3 b/libhashsum_init_sha0_hasher.3 index 92f876d..d68f113 100644 --- a/libhashsum_init_sha0_hasher.3 +++ b/libhashsum_init_sha0_hasher.3 @@ -232,7 +232,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES SHA-0 has been compromised with a practical attack. diff --git a/libhashsum_init_sha1_hasher.3 b/libhashsum_init_sha1_hasher.3 index 292069e..6cdbcb5 100644 --- a/libhashsum_init_sha1_hasher.3 +++ b/libhashsum_init_sha1_hasher.3 @@ -232,7 +232,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES SHA-1 has been compromised with a practical attack. diff --git a/libhashsum_init_sha2_hasher.3 b/libhashsum_init_sha2_hasher.3 index 3943342..7159139 100644 --- a/libhashsum_init_sha2_hasher.3 +++ b/libhashsum_init_sha2_hasher.3 @@ -284,7 +284,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES .IR "libhashsum_init_sha2_hasher(hasher, 32, 224)" , diff --git a/libhashsum_init_sha3_224_hasher.3 b/libhashsum_init_sha3_224_hasher.3 index 9d70010..6a09050 100644 --- a/libhashsum_init_sha3_224_hasher.3 +++ b/libhashsum_init_sha3_224_hasher.3 @@ -284,7 +284,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha3_256_hasher.3 b/libhashsum_init_sha3_256_hasher.3 index fadabf4..6d906ec 100644 --- a/libhashsum_init_sha3_256_hasher.3 +++ b/libhashsum_init_sha3_256_hasher.3 @@ -284,7 +284,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha3_384_hasher.3 b/libhashsum_init_sha3_384_hasher.3 index 7913833..f0e087f 100644 --- a/libhashsum_init_sha3_384_hasher.3 +++ b/libhashsum_init_sha3_384_hasher.3 @@ -284,7 +284,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha3_512_hasher.3 b/libhashsum_init_sha3_512_hasher.3 index 97ff402..59eb6eb 100644 --- a/libhashsum_init_sha3_512_hasher.3 +++ b/libhashsum_init_sha3_512_hasher.3 @@ -284,7 +284,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha3_hasher.3 b/libhashsum_init_sha3_hasher.3 index a4ff2e6..a92a795 100644 --- a/libhashsum_init_sha3_hasher.3 +++ b/libhashsum_init_sha3_hasher.3 @@ -291,7 +291,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES .IR "libhashsum_init_sha3_hasher(hasher, 224)" , diff --git a/libhashsum_init_sha_224_hasher.3 b/libhashsum_init_sha_224_hasher.3 index 1cc9acc..e539613 100644 --- a/libhashsum_init_sha_224_hasher.3 +++ b/libhashsum_init_sha_224_hasher.3 @@ -233,7 +233,11 @@ function fails if: Support was excluded at compile time. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha_256_hasher.3 b/libhashsum_init_sha_256_hasher.3 index 16eeb0e..8fc2fd2 100644 --- a/libhashsum_init_sha_256_hasher.3 +++ b/libhashsum_init_sha_256_hasher.3 @@ -233,7 +233,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha_384_hasher.3 b/libhashsum_init_sha_384_hasher.3 index db41e20..e7ecb81 100644 --- a/libhashsum_init_sha_384_hasher.3 +++ b/libhashsum_init_sha_384_hasher.3 @@ -233,7 +233,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha_512_224_hasher.3 b/libhashsum_init_sha_512_224_hasher.3 index f8dd4b7..0d82c88 100644 --- a/libhashsum_init_sha_512_224_hasher.3 +++ b/libhashsum_init_sha_512_224_hasher.3 @@ -234,7 +234,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha_512_256_hasher.3 b/libhashsum_init_sha_512_256_hasher.3 index a75db16..ea4fd4b 100644 --- a/libhashsum_init_sha_512_256_hasher.3 +++ b/libhashsum_init_sha_512_256_hasher.3 @@ -234,7 +234,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_sha_512_hasher.3 b/libhashsum_init_sha_512_hasher.3 index 1b221e8..9b57a09 100644 --- a/libhashsum_init_sha_512_hasher.3 +++ b/libhashsum_init_sha_512_hasher.3 @@ -233,7 +233,11 @@ will be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_shake128_hasher.3 b/libhashsum_init_shake128_hasher.3 index 7710e16..b03792a 100644 --- a/libhashsum_init_shake128_hasher.3 +++ b/libhashsum_init_shake128_hasher.3 @@ -313,7 +313,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_shake256_hasher.3 b/libhashsum_init_shake256_hasher.3 index e3b956c..9a320fa 100644 --- a/libhashsum_init_shake256_hasher.3 +++ b/libhashsum_init_shake256_hasher.3 @@ -313,7 +313,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_shake512_hasher.3 b/libhashsum_init_shake512_hasher.3 index 5364381..780c6d6 100644 --- a/libhashsum_init_shake512_hasher.3 +++ b/libhashsum_init_shake512_hasher.3 @@ -313,7 +313,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH SEE ALSO .BR libhashsum (7), diff --git a/libhashsum_init_shake_hasher.3 b/libhashsum_init_shake_hasher.3 index 0891274..7e3b9dc 100644 --- a/libhashsum_init_shake_hasher.3 +++ b/libhashsum_init_shake_hasher.3 @@ -326,7 +326,11 @@ will both be set to which the same behaviour as libhashsum implements. .SH HISTORY -libhashsum 1.0. +Introduced in libhashsum 1.0. +.PP +The +.I hash_excess_bits +field was added in libhashsum 1.1. .SH NOTES .IR "libhashsum_init_shake_hasher(hasher, 128, hashbits)" , -- cgit v1.2.3-70-g09d2