FSChaCha20::FSChaCha20

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

Synopsis

Declared in <crypto/chacha20.h>

FSChaCha20(FSChaCha20 const& other) = delete;

Parameters

NameDescription
otherThe instance that would be copied.