Hash a 256‐bit value as a jumbo block. For hash‐table use, non‐hash inputs must remain few and bounded.
Synopsis
Declared in <crypto/siphash.h>
SipHasher13UJ&
WriteJumbo(uint256 const& hash) noexcept;
Return Value
Reference to this object, to allow chaining.
Parameters
Name |
Description |
hash |
The 256‐bit value to hash as a jumbo block. |
Created with MrDocs