MuHash3072::operator/=

Divide, resulting in a hash for the difference of the sets.

Synopsis

Declared in <crypto/muhash.h>

MuHash3072&
operator/=(MuHash3072 const& div) noexcept;

Return Value

Reference to this object, to allow chaining.

Parameters

NameDescription
divThe hash to divide this one by.