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

Synopsis

Declared in <crypto/muhash.h>

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