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

Name

Description

mul

The hash to multiply into this one.

Created with MrDocs