[#FSChaCha20-operator_assign-0c] = xref:FSChaCha20.adoc[FSChaCha20]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment (the secret key must not be duplicated). == Synopsis Declared in `<crypto/chacha20.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FSChaCha20.adoc[FSChaCha20]& operator=(xref:FSChaCha20.adoc[FSChaCha20] const& other) = delete; ---- == Return Value A reference to this instance. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#