Skip to content

Identical condition #559

Open
Open
@maddin200

Description

@maddin200

/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;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions