]> git.tdb.fi Git - libs/core.git/commit
Rewrite the hash functions to be more generic
authorMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 12:13:06 +0000 (14:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 12:14:45 +0000 (14:14 +0200)
commit4ad05c650c55e3edccea887d15b26f41cdf60fb6
tree55f22ac7aec1ec422dbd6c062605ac5d5a2d38cc
parent991fabc1956b73a4007859058fb44171000b452e
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.
source/core/hash.cpp [deleted file]
source/core/hash.h