1
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:
philsmd 2019-12-27 11:50:02 +01:00 committed by GitHub
parent 7ef92379d8
commit 4338f100e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: