MuHash3072::Finalize

Finalize into a 32-byte hash. Does not change this object's value.

Synopsis

Declared in <crypto/muhash.h>

void
Finalize(uint256& out) noexcept;

Parameters

NameDescription
outThe 256-bit value receiving the finalized hash.