mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-08 18:13:40 +01:00
Fix link to MurmurHash3.cpp from Austin Appleby
Google Code repo doesn't exist anymore
This commit is contained in:
parent
cfda740b33
commit
2c05dc7811
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
Reference in a new issue