You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no worries, I already had a look at that finding because I was like "come on, this can't change anything in the generated code" ... aaaand I was wrong ... I played a bit around with it, but didn't come to a conclusion yet on how it should be written, resp. whether we should even touch it since #410 is still open and undecided...
/src/math/fp/ltc_ecc_fp_mulmod.c line 1078
Code:
if (zB && first == 0) {
if (zB) { // <-- identical
if ((err = ltc_mp.ecc_ptadd(R, fp_cache[idx2].LUT[zB], R, a, modulus, mp)) != CRYPT_OK) {
return err;
}
}
The text was updated successfully, but these errors were encountered: