We're hashing a nonce into the entries themselves, so we don't need extra blinding in the set hash computation.

Synopsis

Declared in <util/hasher.h>

class SignatureCacheHasher;

Description

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.

Member Functions

Name

Description

operator()

Extract one of eight 32‐bit sub‐hashes from a 256‐bit key.

Created with MrDocs