]> Git Repo - secp256k1.git/commitdiff
Another redundant secp256k1_fe_normalize
authorPieter Wuille <[email protected]>
Sat, 6 Dec 2014 16:30:08 +0000 (17:30 +0100)
committerPieter Wuille <[email protected]>
Sat, 6 Dec 2014 16:30:08 +0000 (17:30 +0100)
src/group_impl.h

index 23678bc076d45f4b564fe7554be62b7a6ee40a1f..1a632b08e1ef61fb0453a8115dda24b7b9451b18 100644 (file)
@@ -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);
This page took 0.026584 seconds and 4 git commands to generate.