Deleted move constructor (the secret key must not be duplicated).
Synopsis
Declared in <crypto/chacha20.h>
FSChaCha20(FSChaCha20&& other) = delete;
Parameters
Name |
Description |
other |
The instance that would be moved from. |
Created with MrDocs