Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmackay committed Jul 2, 2015
1 parent c57f524 commit 73db5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uECC.c
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ static void mod_sqrt(uECC_word_t *a) {
vli_set(f0, f1); /* f0 <-- f1 */
mod_sqrt_secp224r1_rs(d1, e1, f1, d0, e0, f0); /* RS (d1, e1, f1, d0, e0, f0) */
if (vli_isZero(d1)) { /* if d1 == 0 */
break;
break;
}
}
vli_modInv(f1, e0, curve_p); /* f1 <-- 1 / e0 */
Expand Down

0 comments on commit 73db5bf

Please sign in to comment.