[#FSChaCha20-2constructor-0b] = xref:FSChaCha20.adoc[FSChaCha20]::FSChaCha20 :relfileprefix: ../ :mrdocs: Deleted move constructor (the secret key must not be duplicated). == Synopsis Declared in `<crypto/chacha20.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FSChaCha20(xref:FSChaCha20.adoc[FSChaCha20]&& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be moved from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#