mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-09 17:03:03 +02:00
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:
parent
51c5ee8968
commit
a16075f22a
2 changed files with 15 additions and 41 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue