From 3d6cd63b2a641fe71e0063f3efecaf6ac02a2ad8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 1 Dec 2017 17:41:32 +0100 Subject: [PATCH] Add an empty line for consistency --- src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c index 402a5181..850e890e 100644 --- a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c +++ b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c @@ -820,6 +820,7 @@ ge25519_scalarmult_base(ge25519_p3 *h, const unsigned char *a) /* each e[i] is between -8 and 8 */ ge25519_p3_0(h); + for (i = 1; i < 64; i += 2) { ge25519_select_base(&t, i / 2, e[i]); ge25519_madd(&r, h, &t);