Constructors
Declared in <netaddress.h>
Construct a hasher seeded with random salt values.
CServiceHash();
» more...
Construct a hasher with explicit salt values.
CServiceHash(
uint64_t salt_k0,
uint64_t salt_k1);
» more...
| Name | Description |
|---|---|
| salt_k0 | The first 64-bit SipHash salt value. |
| salt_k1 | The second 64-bit SipHash salt value. |