MuHash3072::MuHash3072

Construct the hash of a singleton set containing the given data.

Synopsis

Declared in <crypto/muhash.h>

explicit
MuHash3072(std::span<unsigned char const> in) noexcept;

Parameters

NameDescription
inThe variable-sized data element of the singleton set.