chacha20_file library
Functions
-
cipherSingleFile(
{required String filePath, required String outputFilePath, required Nonce nonce, required Uint32List password}) → Future< CipherResult> - Encrypts or decrypts a single File using the ChaCha20 algorithm
-
computeFileListEncryptionPromise(
FileListEncryptionPromise fileListEncryptionPromise, {OnCipherFinished? onCipherFinished}) → Future< bool> -
computeFileListEncryptionPromiseWithPorts(
SendPort sendPort, FileListEncryptionPromise fileListEncryptionPromise) → Future< ReceivePort> -
executeFileListEncryptionPromise(
List message) → void
Typedefs
- OnCipherFinished = dynamic Function(CipherResult cipherResult)