]> git.codecow.com Git - Monocypher.git/commitdiff
cosmetic
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 18 Aug 2018 10:23:14 +0000 (12:23 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 18 Aug 2018 10:23:14 +0000 (12:23 +0200)
src/monocypher.c

index 319a29e99175d5900ce22a76c48dd790b21b3ae9..1143fd9855e3ad59a93d802cde1119bd2d9ed593 100644 (file)
@@ -1810,7 +1810,7 @@ static void ge_scalarmult_base(ge *p, const u8 scalar[32])
             fe_ccopy(t2, comb_T2[j], select);
         }
 
-        fe_neg (n2, t2);
+        fe_neg(n2, t2);
         fe_cswap(t2, n2, high);
         fe_cswap(yp, ym, high);
         ge_madd(p, p, ym, yp, n2, a, b);