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