Assignment operators
Declared in <crypto/chacha20.h>
Deleted copy assignment (the secret key must not be duplicated).
FSChaCha20&
operator=(FSChaCha20 const& other) = delete;
» more...
Deleted move assignment (the secret key must not be duplicated).
FSChaCha20&
operator=(FSChaCha20&& other) = delete;
» more...
A reference to this instance.
| Name | Description |
|---|---|
| other | The instance that would be copied. |