[#MuHash3072-2constructor-06d] = xref:MuHash3072.adoc[MuHash3072]::MuHash3072 :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<crypto/muhash.h>` Construct the hash of the empty set. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:MuHash3072/2constructor-06a.adoc[MuHash3072]() noexcept = default; ---- [.small]#xref:MuHash3072/2constructor-06a.adoc[_» more..._]# Construct the hash of a singleton set containing the given data. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:MuHash3072/2constructor-07.adoc[MuHash3072](std::span<unsigned char const> in) noexcept; ---- [.small]#xref:MuHash3072/2constructor-07.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *in* | The variable‐sized data element of the singleton set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#