This commit is contained in:
iceman 2016-01-12 21:58:03 +01:00
commit 63852b2f51
14 changed files with 183 additions and 161 deletions

View file

@ -88,7 +88,7 @@ typedef struct noncelist {
} noncelist_t;
static uint32_t cuid;
static uint32_t cuid = 0;
static noncelist_t nonces[256];
static uint8_t best_first_bytes[256];
static uint16_t first_byte_Sum = 0;