mirror of
https://github.com/hashcat/hashcat
synced 2024-11-20 23:27:31 +01:00
remove condition which is always true
This commit is contained in:
parent
7ef92379d8
commit
4338f100e9
@ -1815,9 +1815,9 @@ DECLSPEC void point_mul (u32 r[9], const u32 k[8], GLOBAL_AS const secp256k1_t *
|
||||
}
|
||||
}
|
||||
|
||||
// update start/stop:
|
||||
// update start:
|
||||
|
||||
if (i > loop_start) loop_start = i;
|
||||
loop_start = i;
|
||||
}
|
||||
|
||||
// n = n / 2:
|
||||
|
Loading…
Reference in New Issue
Block a user