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