[#MuSig2SecNonce-2constructor-01] = xref:MuSig2SecNonce.adoc[MuSig2SecNonce]::MuSig2SecNonce :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<musig.h>` Construct an empty secret nonce holder. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MuSig2SecNonce/2constructor-03.adoc[MuSig2SecNonce](); ---- [.small]#xref:MuSig2SecNonce/2constructor-03.adoc[_» more..._]# Copying is disabled to avoid nonce reuse. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MuSig2SecNonce/2constructor-05.adoc[MuSig2SecNonce](xref:MuSig2SecNonce.adoc[MuSig2SecNonce] const& other) = delete; ---- [.small]#xref:MuSig2SecNonce/2constructor-05.adoc[_» more..._]# Move‐construct, taking ownership of another holder's secret nonce. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MuSig2SecNonce/2constructor-0d.adoc[MuSig2SecNonce](xref:MuSig2SecNonce.adoc[MuSig2SecNonce]&& other) noexcept; ---- [.small]#xref:MuSig2SecNonce/2constructor-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The holder that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#