MuHash3072::MuHash3072

Constructors

Synopses

Declared in <crypto/muhash.h>

Construct the hash of the empty set.

constexpr
MuHash3072() noexcept = default;
» more...

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

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

Parameters

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