Fabcoin Core
0.16.2
P2P Digital Currency
|
We're hashing a nonce into the entries themselves, so we don't need extra blinding in the set hash computation. More...
#include <sigcache.h>
Public Member Functions | |
template<uint8_t hash_select> | |
uint32_t | operator() (const uint256 &key) const |
We're hashing a nonce into the entries themselves, so we don't need extra blinding in the set hash computation.
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.
Definition at line 30 of file sigcache.h.
|
inline |