From 042f72e9a9b69737e4f278ae57ec5ce04098cfb9 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 18 Aug 2018 12:23:14 +0200 Subject: [PATCH] cosmetic --- src/monocypher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monocypher.c b/src/monocypher.c index 319a29e..1143fd9 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -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); -- 2.47.3