@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user