Constructors
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...
| Name | Description |
|---|---|
| in | The variable-sized data element of the singleton set. |