remove condition which is always true

pull/2256/head
philsmd 4 years ago committed by GitHub
parent 7ef92379d8
commit 4338f100e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save