FSChaCha20::operator=

Deleted move assignment (the secret key must not be duplicated).

Synopsis

Declared in <crypto/chacha20.h>

FSChaCha20&
operator=(FSChaCha20&& other) = delete;

Return Value

A reference to this instance.

Parameters

NameDescription
otherThe instance that would be moved from.