[#MuSig2SecNonce-operator_assign-08] = xref:MuSig2SecNonce.adoc[MuSig2SecNonce]::operator= :relfileprefix: ../ :mrdocs: Copy assignment is disabled to avoid nonce reuse. == Synopsis Declared in `<musig.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MuSig2SecNonce.adoc[MuSig2SecNonce]& operator=(xref:MuSig2SecNonce.adoc[MuSig2SecNonce] const& other) = delete; ---- == Return Value A reference to this holder. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The holder that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#