MuSig2SecNonce::operator=

Copy assignment is disabled to avoid nonce reuse.

Synopsis

Declared in <musig.h>

MuSig2SecNonce&
operator=(MuSig2SecNonce const& other) = delete;

Return Value

A reference to this holder.

Parameters

NameDescription
otherThe holder that would be copied.