Generate a new full keypair instead just RAND_bytes (will fix bug with bad key format)

Also not rewrite exists .dat file if exists before
delete much commentaries
Do a full new search instead new keypair
fix a bug with double increment in multiple search mode
This commit is contained in:
wipedlifepotato 2023-08-05 18:11:52 +07:00
parent 51c5ee8968
commit a16075f22a
2 changed files with 15 additions and 41 deletions

View file

@ -61,6 +61,7 @@
// Global vars
static bool found=false;
static bool multipleSearchMode = false;
//TODO: an another variable for file count and found keys as found keys by one runs
static unsigned int foundKeys = 0;
static size_t MutateByte;