Constructors

Synopses

Declared in <crypto/muhash.h>

Construct the hash of the empty set.

constexpr
MuHash3072() noexcept = default;

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

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

Parameters

Name

Description

in

The variable‐sized data element of the singleton set.

Created with MrDocs