Skip to content

Commit

Permalink
Merge pull request bitcoin#140
Browse files Browse the repository at this point in the history
54b768c Another redundant secp256k1_fe_normalize (Pieter Wuille)
  • Loading branch information
sipa committed Dec 6, 2014
2 parents 69dcaab + 54b768c commit ad86bdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/group_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ static void secp256k1_gej_add_ge_var(secp256k1_gej_t *r, const secp256k1_gej_t *
secp256k1_fe_normalize(&u1);
secp256k1_fe_normalize(&u2);
if (secp256k1_fe_equal(&u1, &u2)) {
secp256k1_fe_normalize(&s1);
secp256k1_fe_normalize(&s2);
if (secp256k1_fe_equal(&s1, &s2)) {
secp256k1_gej_double_var(r, a);
Expand Down

0 comments on commit ad86bdf

Please sign in to comment.