mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge ccea0e11a2 into merged_master (Bitcoin PR bitcoin/bitcoin#25959)
This commit is contained in:
commit
aaefeb21d4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ inline uint32_t ROTL32(uint32_t x, int8_t r)
|
|||
|
||||
unsigned int MurmurHash3(unsigned int nHashSeed, Span<const unsigned char> vDataToHash)
|
||||
{
|
||||
// The following is MurmurHash3 (x86_32), see https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp
|
||||
// The following is MurmurHash3 (x86_32), see https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp
|
||||
uint32_t h1 = nHashSeed;
|
||||
const uint32_t c1 = 0xcc9e2d51;
|
||||
const uint32_t c2 = 0x1b873593;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue