Constructors
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...
| Name | Description |
|---|---|
| other | The holder that would be copied. |