Use SipHash-2-4 for CCoinsCache index

This commit is contained in:
Pieter Wuille
2016-05-06 20:47:12 +02:00
committed by lateminer
parent 3806509c82
commit c4641ab588
4 changed files with 13 additions and 75 deletions

View File

@@ -139,10 +139,6 @@ public:
return ReadLE64(data);
}
/** A more secure, salted hash function.
* @note This hash is not stable between little and big endian.
*/
uint64_t GetHash(const uint256& salt) const;
uint64_t GetLow64() const;
};