evo-crypter
 
Loading...
Searching...
No Matches
mod.h
Go to the documentation of this file.
1
6#ifndef EVO_FILE_MOD_H
7#define EVO_FILE_MOD_H
8
9#include <stdbool.h>
10
27void evolve_file(const char* input_file, const char* output_file,
28 const char* generations, int threads, bool decrypt);
29
30#endif // EVO_FILE_MOD_H
void evolve_file(const char *input_file, const char *output_file, const char *generations, int threads, bool decrypt)
Encrypts or decrypts a file using the specified mutations.
Definition mod.c:9