FSChaCha20Poly1305::FSChaCha20Poly1305

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

Synopsis

Declared in <crypto/chacha20poly1305.h>

FSChaCha20Poly1305(FSChaCha20Poly1305&& other) = delete;

Parameters

NameDescription
otherThe instance that would be moved from.