Equivalent to CSipHasher(k0, k1).Write(val).Finalize().
Synopsis
Declared in <crypto/siphash.h>
uint64_t
operator()(uint256 const& val) const noexcept;
Return Value
The resulting 64‐bit hash.
Parameters
Name |
Description |
val |
The 256‐bit value to hash. |
Created with MrDocs