We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cf790 commit e3b6178Copy full SHA for e3b6178
mp_prime_extra_strong_lucas.c
@@ -36,7 +36,7 @@ mp_err mp_prime_extra_strong_lucas(const mp_int *N, bool *result)
36
{
37
mp_int Dz, s, Vk, Vk1, tmp1, Nm2;
38
uint32_t D, P;
39
- int32_t j, r, nbits;
+ int32_t j = 0, r, nbits;
40
int i;
41
mp_err err = MP_OKAY;
42
0 commit comments