MuHash3072::Insert

Insert a single piece of data into the set.

Synopsis

Declared in <crypto/muhash.h>

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

Return Value

Reference to this object, to allow chaining.

Parameters

NameDescription
inThe data element to add to the set.