mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
doc: Use https URLs where possible
This commit is contained in:
parent
f52f427b8e
commit
e8640849c7
14 changed files with 19 additions and 19 deletions
|
|
@ -15,7 +15,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 http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp
|
||||
// The following is MurmurHash3 (x86_32), see https://code.google.com/p/smhasher/source/browse/trunk/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