#include "mod.h"
#include "input_processing.h"
#include "utils.h"
#include <cmocka.h>
#include <errno.h>
Functions | |
void | __wrap_process_input_single_thread (const char *input_file, const char *output_file, const char *generations, bool decrypt) |
void | __wrap_process_input_multi_thread (const char *input_file, const char *output_file, const char *generations, bool decrypt, int threads) |
int | main (void) |
void __wrap_process_input_multi_thread | ( | const char * | input_file, |
const char * | output_file, | ||
const char * | generations, | ||
bool | decrypt, | ||
int | threads | ||
) |
void __wrap_process_input_single_thread | ( | const char * | input_file, |
const char * | output_file, | ||
const char * | generations, | ||
bool | decrypt | ||
) |
int main | ( | void | ) |