hashlib: Use a better hash for pool.
This commit is contained in:
@@ -988,7 +988,7 @@ public:
|
||||
return !operator==(other);
|
||||
}
|
||||
|
||||
bool hash() const {
|
||||
unsigned int hash() const {
|
||||
unsigned int hashval = mkhash_init;
|
||||
for (auto &it : entries)
|
||||
hashval ^= ops.hash(it.udata);
|
||||
|
||||
Reference in New Issue
Block a user