Structure to hold arguments for the chunk processing function. More...
#include <input_processing.h>
Public Attributes | |
char * | buffer |
const char * | generations |
bool | decrypt |
Structure to hold arguments for the chunk processing function.
This struct is used to pass data to the process_chunk
function, which might be executed in a separate thread.
char* ChunkProcessingArgs::buffer |
The buffer containing the chunk of data to process.
bool ChunkProcessingArgs::decrypt |
Flag indicating whether to decrypt or encrypt.
const char* ChunkProcessingArgs::generations |
The generation sequence string.