Update Murmur3 hasher IO
Release / release (push) Successful in 3s

This commit is contained in:
2026-08-30 23:50:22 +01:00
parent 55ff77c4ea
commit 850f709a10
4 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ void wpX64Mur3Hasher128(WpU8Stream *bytes, void *hasher_io) {
h1 += h2;
h2 += h1;
io->out_hash1 = h1;
io->out_hash2 = h2;
io->hash[0] = h1;
io->hash[1] = h2;
}
wp_intern inline u64 fmix64(u64 k) {