| 4213 | } |
| 4214 | |
| 4215 | CSipHasher CConnman::GetDeterministicRandomizer(uint64_t id) const |
| 4216 | { |
| 4217 | return CSipHasher(nSeed0, nSeed1).Write(id); |
| 4218 | } |
| 4219 | |
| 4220 | uint64_t CConnman::CalculateKeyedNetGroup(const CNetAddr& address) const |
| 4221 | { |
no test coverage detected