MuSig2SecNonce::MuSig2SecNonce

Constructors

Synopses

Declared in <musig.h>

Construct an empty secret nonce holder.

MuSig2SecNonce();
» more...

Copying is disabled to avoid nonce reuse.

MuSig2SecNonce(MuSig2SecNonce const& other) = delete;
» more...

Move-construct, taking ownership of another holder's secret nonce.

MuSig2SecNonce(MuSig2SecNonce&& other) noexcept;
» more...

Parameters

NameDescription
otherThe holder that would be copied.