forked from wolfSSL/wolfssl
fix ecc timming missing variable
This commit is contained in:
@ -1175,7 +1175,7 @@ int wc_ecc_mulmod_ex(mp_int* k, ecc_point *G, ecc_point *R,
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
ecc_point *tG, *M[3];
|
ecc_point *tG, *M[3];
|
||||||
int i, err;
|
int i, j, err;
|
||||||
mp_int mu;
|
mp_int mu;
|
||||||
mp_digit mp;
|
mp_digit mp;
|
||||||
mp_digit buf;
|
mp_digit buf;
|
||||||
|
Reference in New Issue
Block a user