From: Mikko Rasa Date: Wed, 17 Nov 2021 12:13:06 +0000 (+0200) Subject: Rewrite the hash functions to be more generic X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=4ad05c650c55e3edccea887d15b26f41cdf60fb6;hp=4ad05c650c55e3edccea887d15b26f41cdf60fb6;p=libs%2Fcore.git Rewrite the hash functions to be more generic The number of bits is now taken as a template parameter and the hash size is determined automatically. ---