MuHash3072::operator*=

Multiply, resulting in a hash for the union of the sets.

Synopsis

Declared in <crypto/muhash.h>

MuHash3072&
operator*=(MuHash3072 const& mul) noexcept;

Return Value

Reference to this object, to allow chaining.

Parameters

NameDescription
mulThe hash to multiply into this one.