Constructors

Synopses

Declared in <musig.h>

Construct an empty secret nonce holder.

Copying is disabled to avoid nonce reuse.

MuSig2SecNonce(MuSig2SecNonce const& other) = delete;

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

MuSig2SecNonce(MuSig2SecNonce&& other) noexcept;

Parameters

Name

Description

other

The holder that would be copied.

Created with MrDocs