We're hashing a nonce into the entries themselves, so we don't need extra blinding in the set hash computation.
Declared in <util/hasher.h>
class SignatureCacheHasher;
This may exhibit platform endian dependent behavior but because these are nonced hashes (random) and this state is only ever used locally it is safe. All that matters is local consistency.
| Name | Description |
|---|---|
operator() | Extract one of eight 32-bit sub-hashes from a 256-bit key. |