diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-12 17:58:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-12 17:58:24 +0200 |
commit | 833db35626bc6a57a21529c31605540ce1337686 (patch) | |
tree | be537e4b5ba5d7abf79d9cdb1b611ce58b18e80c /libhashsum_init_ripemd_128_hasher.c | |
parent | Add relative_performance (diff) | |
download | libhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.gz libhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.bz2 libhashsum-833db35626bc6a57a21529c31605540ce1337686.tar.xz |
Replace relative_performance with libhashsum_get_relative_performance
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libhashsum_init_ripemd_128_hasher.c')
-rw-r--r-- | libhashsum_init_ripemd_128_hasher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhashsum_init_ripemd_128_hasher.c b/libhashsum_init_ripemd_128_hasher.c index 0caf5c4..e27f72a 100644 --- a/libhashsum_init_ripemd_128_hasher.c +++ b/libhashsum_init_ripemd_128_hasher.c @@ -223,7 +223,6 @@ libhashsum_init_ripemd_128_hasher(struct libhashsum_hasher *this) this->standard_partial_byte_input_encoding = LIBHASHSUM_MOST_SIGNIFICANT; this->standard_partial_byte_output_encoding = LIBHASHSUM_UNSUPPORTED; this->hash_excess_bits = 0; - this->relative_performance = 21773847511300567ULL; this->process = &process; this->finalise_const = &finalise_const; this->finalise = &finalise; |