Hash a jumbo block after the data written so far and finalize without modifying the object.

Synopsis

Declared in <crypto/siphash.h>

[[always_inline]]
uint64_t
Hash(uint256 const& hash) const noexcept;

Return Value

The resulting 64‐bit hash.

Parameters

Name

Description

hash

The 256‐bit jumbo block to hash.

Created with MrDocs