aboutsummaryrefslogtreecommitdiffstats
path: root/libhashsum_init_blake2s_hasher.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-11 21:54:30 +0200
committerMattias Andrée <maandree@kth.se>2024-09-11 21:54:30 +0200
commitc966c39d9c0352ccb48469f68fb57c1d13dce4c7 (patch)
tree35ef69fea2533d979042c5d25e8ddb419f74b56c /libhashsum_init_blake2s_hasher.c
parentm doc (diff)
downloadlibhashsum-c966c39d9c0352ccb48469f68fb57c1d13dce4c7.tar.gz
libhashsum-c966c39d9c0352ccb48469f68fb57c1d13dce4c7.tar.bz2
libhashsum-c966c39d9c0352ccb48469f68fb57c1d13dce4c7.tar.xz
Add relative_performance
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libhashsum_init_blake2s_hasher.c')
-rw-r--r--libhashsum_init_blake2s_hasher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhashsum_init_blake2s_hasher.c b/libhashsum_init_blake2s_hasher.c
index 7758006..6762888 100644
--- a/libhashsum_init_blake2s_hasher.c
+++ b/libhashsum_init_blake2s_hasher.c
@@ -170,6 +170,7 @@ libhashsum_init_blake2s_hasher(struct libhashsum_hasher *this, size_t hashbits,
this->standard_partial_byte_input_encoding = LIBHASHSUM_UNSUPPORTED;
this->standard_partial_byte_output_encoding = LIBHASHSUM_UNSUPPORTED;
this->hash_excess_bits = 0;
+ this->relative_performance = 16309869015413425ULL;
this->process = &process;
this->finalise_const = &finalise_const;
this->finalise = &finalise;